Skip to content

Commit

Permalink
chore(deps): update aws-actions/configure-aws-credentials action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent 6e91e4a commit a46def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: dist

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.aws-role-arn }}
role-session-name: mnemonic-ninja-ci
Expand Down

0 comments on commit a46def3

Please sign in to comment.