From b4331f36c998cd0f9adef0fc3f8ed80e40c1e25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:23:57 -0400 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (#981) Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 2.0.0. - [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/v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/registries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registries.yaml b/.github/workflows/registries.yaml index c0a0a5d70c..ab0f74770e 100644 --- a/.github/workflows/registries.yaml +++ b/.github/workflows/registries.yaml @@ -72,7 +72,7 @@ jobs: run: go install . - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1.7.0 + uses: aws-actions/configure-aws-credentials@v2.0.0 with: role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/federated-ecr-readwrite aws-region: ${{ env.AWS_REGION }}