From 4f184f1aa79a3a919a59c79c0f808e2b56b61863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:42:18 +0000 Subject: [PATCH] chore(deps): 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bc60f7bd4..5b539991ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -280,7 +280,7 @@ jobs: # setup-python provides a shared-library Python (libpython3.x.so) needed # by stub_gen at runtime (PyO3 auto-initialize). mise's # python-build-standalone is statically linked and doesn't ship the .so. - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 id: setup-python with: python-version: ${{ env.PYTHON_VERSION }}