Skip to content

Commit

Permalink
Bump aws-actions/configure-aws-credentials from 4.0.0 to 4.0.1 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent f334197 commit 5eaa413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.0
uses: aws-actions/configure-aws-credentials@v4.0.1
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 5eaa413

Please sign in to comment.