Skip to content

Commit

Permalink
Bump aws-actions/configure-aws-credentials from 2 to 4 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 8bf28f0 commit 37485a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-flyway-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Assume AWS DB migration role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets[format('DB_MIGRATION_ROLE_ARN_{0}', inputs.environment)] }}
Expand Down

0 comments on commit 37485a1

Please sign in to comment.