From e52236c74d8bf85ea689368f51f1016f391dfbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:48:59 +0000 Subject: [PATCH] Bump the gha-all group across 1 directory with 3 updates Bumps the gha-all group with 3 updates in the / directory: [actions/github-script](https://github.com/actions/github-script), [renovatebot/github-action](https://github.com/renovatebot/github-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) Updates `renovatebot/github-action` from 46.0.1 to 46.0.2 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v46.0.1...v46.0.2) Updates `aws-actions/configure-aws-credentials` from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all - dependency-name: renovatebot/github-action dependency-version: 46.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-all - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-gh-nightly-release.yml | 2 +- .github/workflows/renovate.yml | 2 +- .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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-gh-nightly-release.yml b/.github/workflows/ci-gh-nightly-release.yml index 400091bc08..c8560628b2 100644 --- a/.github/workflows/ci-gh-nightly-release.yml +++ b/.github/workflows/ci-gh-nightly-release.yml @@ -237,7 +237,7 @@ jobs: steps: - &update-moving-branch-step name: Move ${{ env.MOVING_BRANCH }} forward - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const owner = context.repo.owner; diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3c5143c38c..159eb08cfb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -69,7 +69,7 @@ jobs: repositories: ${{ github.event.repository.name }} - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.1 + uses: renovatebot/github-action@v46.0.2 env: LOG_LEVEL: ${{ steps.config.outputs.log_level }} RENOVATE_DRY_RUN: ${{ steps.config.outputs.dry_run }} diff --git a/.github/workflows/source-build-cpu.yml b/.github/workflows/source-build-cpu.yml index a6ee7f8d63..99592c8d6a 100644 --- a/.github/workflows/source-build-cpu.yml +++ b/.github/workflows/source-build-cpu.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@v5 + uses: aws-actions/configure-aws-credentials@v6 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 b46fbc7499..b7b114d583 100644 --- a/.github/workflows/source-build-gpu.yml +++ b/.github/workflows/source-build-gpu.yml @@ -93,7 +93,7 @@ jobs: steps: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 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 887b9d52b5..13460d7fd0 100644 --- a/.github/workflows/wheels-build.yml +++ b/.github/workflows/wheels-build.yml @@ -111,7 +111,7 @@ jobs: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 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 cbbee76ac8..e123d598cf 100644 --- a/.github/workflows/wheels-mac.yml +++ b/.github/workflows/wheels-mac.yml @@ -89,7 +89,7 @@ jobs: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours