Skip to content

Commit

Permalink
Merge pull request #28 from maya-hive/develop
Browse files Browse the repository at this point in the history
update: workflows awscli use v1.36.0
  • Loading branch information
BlazeIsClone authored Jan 20, 2025
2 parents 612b25d + 4ef319c commit 092b84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install AWS CLI
run: |
pip install awscli
pip install awscli==1.36.0
- name: Manually Set SSH key
if: ${{ env.ACT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/filesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install AWS CLI
run: |
pip install awscli
pip install awscli==1.36.0
- name: Manually Set SSH key
if: ${{ env.ACT }}
Expand Down

0 comments on commit 092b84e

Please sign in to comment.