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