Browse Source

chore(deps): bump aws-actions/configure-aws-credentials (#5562)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 0d00a56e021d460a2d2bb10b9d8f94f6693a71ad to 2475ef7675c7f555fe065dad4cbebafc7f953779.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/0d00a56e021d460a2d2bb10b9d8f94f6693a71ad...2475ef7675c7f555fe065dad4cbebafc7f953779)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 2475ef7675c7f555fe065dad4cbebafc7f953779
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 months ago
parent
commit
aad919a408
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e-managed.yml

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -139,7 +139,7 @@ jobs:
       - uses: hashicorp/setup-terraform@982f6f017c89db9dccac8593265de0c382e4c050 # v3
 
       - name: Configure AWS Credentials
-        uses: aws-actions/configure-aws-credentials@0d00a56e021d460a2d2bb10b9d8f94f6693a71ad
+        uses: aws-actions/configure-aws-credentials@2475ef7675c7f555fe065dad4cbebafc7f953779
         with:
           role-to-assume: ${{ secrets.AWS_OIDC_ROLE_ARN }}
           aws-region: ${{ env.AWS_REGION }}