Skip to content

Commit

Permalink
upgrade aws cdk cli to 2.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Aug 22, 2023
1 parent bbcf008 commit b8c952d
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-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install CDK
run: |
npm install -g aws-cdk@2.25.0
npm install -g aws-cdk@2.92.0
- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install CDK
run: |
npm install -g aws-cdk@2.25.0
npm install -g aws-cdk@2.92.0
- uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit b8c952d

Please sign in to comment.