Skip to content

Commit

Permalink
Removed cdk version from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Jun 11, 2024
1 parent 509d3a8 commit b5d0daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install CDK
run: |
npm install -g aws-cdk@2.92.0
npm install -g aws-cdk
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic-settings = "^2.3.2"


[tool.poetry.group.cdk.dependencies]
aws-cdk-lib = "^2.132.0"
aws-cdk-lib = "^2.145.0"
boto3 = "^1.34.124"

[build-system]
Expand Down

0 comments on commit b5d0daf

Please sign in to comment.