diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a4c1533..5a81ffb8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 with: # If you bump the version, also update docs/contributing.md # and all other workflows that install uv @@ -246,7 +246,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 with: # If you bump the version, also update docs/contributing.md # and all other workflows that install uv @@ -263,7 +263,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # 'only-managed' means that uv will always download Python, even # if the runner happens to provide a compatible version - name: Check that `mkdocs` can build the docs @@ -282,7 +282,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 - name: Run zizmor run: uvx zizmor --format sarif . > results.sarif diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 051f2dd42..c64840246 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 with: version: "0.5.1" - name: Install dependencies, compile and deploy docs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29b76a7ab..af1c872ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 with: version: "0.5.1" - name: Compile docs and zip them up @@ -135,7 +135,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 + uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 with: version: "0.5.1" - name: Install dependencies, compile and deploy docs to the "latest release" section of the website