diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index ef4f5d35..031cfa49 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Install uv and set the python version - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: enable-cache: false python-version: "3.14" diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 67882743..9c2fe00e 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Install uv and set the python version - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: enable-cache: true python-version: ${{ matrix.python-version }}