From 74588970eb04de57bd33f188973d029f33d561e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:09:27 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 4 to 5 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/source-build-cpu.yml | 2 +- .github/workflows/source-build-gpu.yml | 2 +- .github/workflows/wheels-build.yml | 2 +- .github/workflows/wheels-mac.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/source-build-cpu.yml b/.github/workflows/source-build-cpu.yml index f27795502d..9f1bc9a685 100644 --- a/.github/workflows/source-build-cpu.yml +++ b/.github/workflows/source-build-cpu.yml @@ -87,7 +87,7 @@ jobs: steps: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours diff --git a/.github/workflows/source-build-gpu.yml b/.github/workflows/source-build-gpu.yml index 05d4fd26a5..6a178bfd5a 100644 --- a/.github/workflows/source-build-gpu.yml +++ b/.github/workflows/source-build-gpu.yml @@ -90,7 +90,7 @@ jobs: steps: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours diff --git a/.github/workflows/wheels-build.yml b/.github/workflows/wheels-build.yml index 6177fda66a..0d2ec04a23 100644 --- a/.github/workflows/wheels-build.yml +++ b/.github/workflows/wheels-build.yml @@ -102,7 +102,7 @@ jobs: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours diff --git a/.github/workflows/wheels-mac.yml b/.github/workflows/wheels-mac.yml index 95071fc726..230edf1a21 100644 --- a/.github/workflows/wheels-mac.yml +++ b/.github/workflows/wheels-mac.yml @@ -80,7 +80,7 @@ jobs: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours