diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c676099..51c627c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install the latest version of uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: '3.14' @@ -54,7 +54,7 @@ jobs: python-version: '3.x' - name: Install the latest version of uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Build v0.0.1 wheel and sdist run: | @@ -150,7 +150,7 @@ jobs: steps: - name: Set up pixi - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0 + uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 with: run-install: false diff --git a/.github/workflows/remove-wheels.yml b/.github/workflows/remove-wheels.yml index be6fb6f..a3b3724 100644 --- a/.github/workflows/remove-wheels.yml +++ b/.github/workflows/remove-wheels.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Install micromamba and anaconda-client - uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0 + uses: mamba-org/setup-micromamba@f457c30a868e4760d3a6fcea5f25dc655b8edf39 # v3.2.1 with: environment-name: remove-wheels create-args: >- diff --git a/.github/workflows/stale-wheels.yml b/.github/workflows/stale-wheels.yml index 4e6bfa4..332d6d4 100644 --- a/.github/workflows/stale-wheels.yml +++ b/.github/workflows/stale-wheels.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install the latest version of uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: '3.14' diff --git a/action.yml b/action.yml index 478453a..c16456c 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: using: "composite" steps: - name: Set up pixi - uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0 + uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 with: locked: true cache: true