Skip to content

Commit

Permalink
chore: bump aws action
Browse files Browse the repository at this point in the history
Refs: OPS-9417
  • Loading branch information
lazysoundsystem committed Aug 30, 2023
1 parent f9c69ab commit 99d18ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Configure AWS Credentials
id: aws
if: ${{ !env.ACT }}
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
aws-access-key-id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 99d18ec

Please sign in to comment.