From de6b45c5fe53821161512e86d8a823ed891a7732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:43:00 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 2 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 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/v2...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/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index ffc6305303..cb474c3dad 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -145,7 +145,7 @@ jobs: - name: Configure AWS credentials if: "${{ env.PERF_TEST_AWS_REGION }}" - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v6 with: aws-access-key-id: "${{ secrets.PERF_TEST_AWS_ACCESS_KEY_ID }}" aws-secret-access-key: "${{ secrets.PERF_TEST_AWS_SECRET_ACCESS_KEY }}"