From 1a7956a0382323c4486fa20218297b952ffc522c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:41:51 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4 to 6 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 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/v4...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/run_renate.yml | 2 +- .github/workflows/sagemaker_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_renate.yml b/.github/workflows/run_renate.yml index 37f24f14..4036e06f 100644 --- a/.github/workflows/run_renate.yml +++ b/.github/workflows/run_renate.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Configure AWS Credentials (if required) if: ${{ inputs.requires-aws-credentials == true }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.PROD_AWS_END_TO_END_TEST_ROLE_ARN }} role-session-name: integtestsession diff --git a/.github/workflows/sagemaker_tests.yml b/.github/workflows/sagemaker_tests.yml index 06695734..177e4d12 100644 --- a/.github/workflows/sagemaker_tests.yml +++ b/.github/workflows/sagemaker_tests.yml @@ -38,7 +38,7 @@ jobs: run: | python test/integration_tests/generate_requirements.py - name: Get Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.PROD_AWS_END_TO_END_TEST_ROLE_ARN }} role-session-name: integtestsession