From c72e42939905829c4ffbb51f9185319913b10720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:48:43 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/release-install-script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-install-script.yaml b/.github/workflows/release-install-script.yaml index 0cf1c39..ee66a86 100644 --- a/.github/workflows/release-install-script.yaml +++ b/.github/workflows/release-install-script.yaml @@ -147,7 +147,7 @@ jobs: # reconfigure AWS CLI for legacy S3 storage - name: Configure AWS CLI for S3 - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 #v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 #v6.1.1 with: aws-access-key-id: ${{ secrets.S3_INSTALL_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.S3_INSTALL_AWS_SECRET_ACCESS_KEY }}