From 6f0defb5b2f5c7c452d1b9b37e045e75b50198db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:48:37 +0000 Subject: [PATCH] github: bump astral-sh/setup-uv in the github-dependencies group Bumps the github-dependencies group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5...5f42d5af6c403a722299fda36d451c39f302a433) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0791fb0e..0059782e49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 + uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433 with: # If you bump the version, also update docs/contributing.md # and all other workflows that install uv @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 + uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433 # '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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f3e6a00742..33a0735425 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 + uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433 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 4eb7bd174f..7efe163fe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 + uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433 with: version: "0.5.1" - name: Compile docs and zip them up @@ -132,7 +132,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5 + uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433 with: version: "0.5.1" - name: Install dependencies, compile and deploy docs to the "latest release" section of the website