From b4df523237a34209fd228b7b48ce9ceee7087398 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 19:41:13 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v10.1.0 --- .github/workflows/linting.yaml | 2 +- .github/workflows/releasing.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 88a6f30..11d2d8c 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -86,7 +86,7 @@ jobs: # releases: https://github.com/astral-sh/setup-uv/tags # docs: https://docs.astral.sh/uv/guides/integration/github - name: Install pinned version of uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }} diff --git a/.github/workflows/releasing.yaml b/.github/workflows/releasing.yaml index cd75c84..507d171 100644 --- a/.github/workflows/releasing.yaml +++ b/.github/workflows/releasing.yaml @@ -96,7 +96,7 @@ jobs: just-version: ${{ env.JUST_VERSION }} - name: Install pinned version of uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: version: ${{ env.UV_VERSION }} # No caching here (unlike linting.yaml/testing.yaml): this workflow builds and diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 0d11ae8..c5b5663 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -100,7 +100,7 @@ jobs: # releases: https://github.com/astral-sh/setup-uv/tags # docs: https://docs.astral.sh/uv/guides/integration/github - name: Install pinned version of uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: cache-dependency-glob: "uv.lock" enable-cache: true