From 605528d59a84f196651f29e031ee4ad5b040dd47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:25:48 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 8.1.0 to 10.0.1 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 10.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.1.0...v10.0.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/update-docs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 022a7a6..1a3e790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v10.0.1 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 312684e..6e254fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: astral-sh/setup-uv@v8.1.0 + - uses: astral-sh/setup-uv@v10.0.1 with: enable-cache: true python-version: 3.13 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2651b15..65a83ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v10.0.1 with: python-version: "3.13" @@ -57,7 +57,7 @@ jobs: id-token: write steps: - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v10.0.1 if: github.event_name == 'release' with: enable-cache: false diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 4544207..8d0cad9 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install uv - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v10.0.1 with: enable-cache: true python-version: 3.13