From b3cc83b1a2f119a3f7fbf50bb42658f3a877dbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:34:11 +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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae8f8afe3..c9a89af3f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -485,7 +485,7 @@ jobs: # against known result' step) — pin to a supported Python (per the # py-versions matrix) instead of the runner's incompatible system # Python 3.12. - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}" - uses: docker/setup-buildx-action@v4