From 1cc833067bf59cd67f50943250cb0548f4a60a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:46:15 +0000 Subject: [PATCH] Bump the gha-all group with 2 updates Bumps the gha-all group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) Updates `renovatebot/github-action` from 46.1.19 to 46.1.20 - [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.1.19...v46.1.20) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-all - dependency-name: renovatebot/github-action dependency-version: 46.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-gh-lint.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/wheels-mac-profiler.yml | 2 +- .github/workflows/wheels-mac.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-gh-lint.yml b/.github/workflows/ci-gh-lint.yml index 5efa8da6f5..7dbd87568d 100644 --- a/.github/workflows/ci-gh-lint.yml +++ b/.github/workflows/ci-gh-lint.yml @@ -59,7 +59,7 @@ jobs: } > ${{ runner.temp }}/requirements.txt - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' cache: 'pip' diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index da643848a9..ec150621b2 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.1.19 + uses: renovatebot/github-action@v46.1.20 env: LOG_LEVEL: ${{ steps.config.outputs.log_level }} RENOVATE_DRY_RUN: ${{ steps.config.outputs.dry_run }} diff --git a/.github/workflows/wheels-mac-profiler.yml b/.github/workflows/wheels-mac-profiler.yml index a69fa9d534..309e7489c3 100644 --- a/.github/workflows/wheels-mac-profiler.yml +++ b/.github/workflows/wheels-mac-profiler.yml @@ -64,7 +64,7 @@ jobs: role-to-assume: arn:aws:iam::279114543810:role/gha-oidc-nv-legate - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PY_VER }} diff --git a/.github/workflows/wheels-mac.yml b/.github/workflows/wheels-mac.yml index ddacff128e..ff5a7cd9d3 100644 --- a/.github/workflows/wheels-mac.yml +++ b/.github/workflows/wheels-mac.yml @@ -131,7 +131,7 @@ jobs: path: wheelhouse/*.whl - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.PY_VER }}