diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 90f04b9..767cbd9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }} @@ -61,7 +61,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 with: version: ${{ env.UV_VERSION }} python-version: "3.13" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a811f2b..9f136b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }} @@ -68,7 +68,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }} @@ -102,7 +102,7 @@ jobs: cache: npm cache-dependency-path: frontend/package-lock.json - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" @@ -158,7 +158,7 @@ jobs: cache: npm cache-dependency-path: frontend/package-lock.json - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" @@ -237,7 +237,7 @@ jobs: name: python-package-distributions path: dist/ - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }} @@ -268,7 +268,7 @@ jobs: name: python-package-distributions path: dist/ - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }} @@ -292,7 +292,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 4a3fa4e..1741ea8 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -40,7 +40,7 @@ jobs: cache: npm cache-dependency-path: frontend/package-lock.json - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" @@ -189,7 +189,7 @@ jobs: name: python-package-distributions path: dist/ - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" @@ -272,7 +272,7 @@ jobs: name: python-package-distributions path: dist/ - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" diff --git a/.github/workflows/publish-testpypi.yml b/.github/workflows/publish-testpypi.yml index be61fcf..a38a7d1 100644 --- a/.github/workflows/publish-testpypi.yml +++ b/.github/workflows/publish-testpypi.yml @@ -31,7 +31,7 @@ jobs: cache: npm cache-dependency-path: frontend/package-lock.json - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" @@ -171,7 +171,7 @@ jobs: name: python-package-distributions path: dist/ - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: "3.13" diff --git a/.github/workflows/rehearse-production-lifecycle.yml b/.github/workflows/rehearse-production-lifecycle.yml index 2c5af5b..ff97b90 100644 --- a/.github/workflows/rehearse-production-lifecycle.yml +++ b/.github/workflows/rehearse-production-lifecycle.yml @@ -40,7 +40,7 @@ jobs: with: persist-credentials: false - name: Install uv and Python - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }}