diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 571d243..bc89579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: astral-sh/setup-uv@e4db8464a088ece1b920f60402e813ea4de65b8f with: version: ${{ env.UV_VERSION }} - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 with: python-version: ${{ matrix.python-version }} - name: Sync dependencies