From 659e3369cbd53e17611c3be2572a0ab0d889c082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 04:33:27 +0000 Subject: [PATCH] ci(deps): bump aws-actions/configure-aws-credentials Bumps the github-actions group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `aws-actions/configure-aws-credentials` from 6.2.1 to 6.2.3 - [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/v6.2.1...v6.2.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309c04b..0b4dcd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: - name: Configure AWS credentials if: github.repository == 'demosdemon/git-remote-codecommit' continue-on-error: true - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 env: RUST_BACKTRACE: 1 AWS_REGION: us-west-2 @@ -230,7 +230,7 @@ jobs: fetch-depth: 0 # need the history in order to push to CodeCommit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: role-to-assume: arn:aws:iam::339712996426:role/github-git-remote-codecommit aws-region: ${{ env.AWS_REGION }}