From 6e518b7d7980427beec7c4ba5690285221949bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:08:21 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 371e1c6..a184e1c 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -53,7 +53,7 @@ jobs: name: "artifact-${{ matrix.os }}-${{ matrix.python }}" path: wheelhouse - run: echo "${{ matrix.python }}" | sed "s/cp3/PYTHON_VERSION=3./" >> "${GITHUB_ENV}" - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} - name: index @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v7 with: submodules: 'true' - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.13 - name: setup @@ -95,7 +95,7 @@ jobs: with: name: "artifact-sdist" path: dist - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.13 - name: setup