Skip to content

Commit

Permalink
chore: Bump aws-actions/configure-aws-credentials from 3 to 4 (#760)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent 84ca815 commit dc82f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PROD_AWS_INTEG_TEST_ROLE_ARN }}
role-session-name: integtestsession
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-syne-tune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: Configure AWS Credentials (if required)
if: ${{ inputs.requires-aws-credentials == true }}
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PROD_AWS_INTEG_TEST_ROLE_ARN }}
role-session-name: integtestsession
Expand Down

0 comments on commit dc82f37

Please sign in to comment.