From 495eb7bfd540cd70096d3ecda4b46eb3384a7982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:20:14 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 5 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ecr-publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecr-publisher.yml b/.github/workflows/ecr-publisher.yml index ef678bc..2d8a844 100644 --- a/.github/workflows/ecr-publisher.yml +++ b/.github/workflows/ecr-publisher.yml @@ -33,7 +33,7 @@ jobs: echo "Using image tag: ${IMAGE_TAG}" echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV - name: AWS Login - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-2 role-to-assume: "arn:aws:iam::407967248065:role/common/github_actions"