From 6bced0aeef44140e3d33ffe730a89e309b79fa86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:17:44 +0000 Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials Bumps the minor-and-patch 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.1.0 to 6.1.1 - [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/ec61189d14ec14c8efccab744f656cffd0e33f37...d979d5b3a71173a29b74b5b88418bfda9437d885) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-s3-deploy.yml | 2 +- .github/workflows/preview-s3-remove.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-s3-deploy.yml b/.github/workflows/preview-s3-deploy.yml index 282c987..3b0275c 100644 --- a/.github/workflows/preview-s3-deploy.yml +++ b/.github/workflows/preview-s3-deploy.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ env.AWS_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/preview-s3-remove.yml b/.github/workflows/preview-s3-remove.yml index aa14941..42a8b02 100644 --- a/.github/workflows/preview-s3-remove.yml +++ b/.github/workflows/preview-s3-remove.yml @@ -17,7 +17,7 @@ jobs: remove: runs-on: ubuntu-latest steps: - - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ env.AWS_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}