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 }}