From 9af4258f9dedef4a1c9eec89d0debaddd614c837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:04:11 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 10.0.1 to 10.1.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 10.0.1 to 10.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v10.0.1...v10.1.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e020d6e..632fbe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false # setup-uv publishes no floating major tag since v8, so pin an exact release. - - uses: astral-sh/setup-uv@v10.0.1 + - uses: astral-sh/setup-uv@v10.1.0 with: python-version: "3.13" # Same dependency set and cache key as "test (3.13)". Only that job @@ -57,7 +57,7 @@ jobs: persist-credentials: false # Sole writer of the per-Python-version dependency cache. - - uses: astral-sh/setup-uv@v10.0.1 + - uses: astral-sh/setup-uv@v10.1.0 with: python-version: ${{ matrix.python-version }} @@ -78,7 +78,7 @@ jobs: # "uv build" only resolves the build backend, so a cache entry would add # no measurable benefit while colliding with the docs workflow key. - - uses: astral-sh/setup-uv@v10.0.1 + - uses: astral-sh/setup-uv@v10.1.0 with: enable-cache: false diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aa7fbdf..49add97 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v7 # setup-uv publishes no floating major tag since v8, so pin an exact release. - - uses: astral-sh/setup-uv@v10.0.1 + - uses: astral-sh/setup-uv@v10.1.0 with: python-version: "3.13" # The docs group is a subset of the cache "test (3.13)" saves under