Skip to content

Commit

Permalink
Merge pull request #3211 from freelawproject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/aws-actions/configure-aws-credentials-4

chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4
  • Loading branch information
albertisfu authored Sep 16, 2024
2 parents ba64ae1 + 5d66e7b commit 4729385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 4729385

Please sign in to comment.