diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 90f04b9..5850da2 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d with: version: ${{ env.UV_VERSION }} python-version: "3.13" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a811f2b..cd9401a 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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..b0687d1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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..b353ec9 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 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..e3d3c91 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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: version: ${{ env.UV_VERSION }} python-version: ${{ matrix.python-version }}