From 5cf640e52a641fa1e375578a79dfdedbb844cff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:06:01 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/61cb8a9741eeb8a550a1b8544337180c0fc8476b...803947b9bd8e9f986429fa0c5a41c367cd732b41) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 758978b..d611740 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -93,7 +93,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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.1.6 released on 13-12-2025 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.1.6 released on 13-12-2025 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }} diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 4c9888c..0da95b2 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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.1.6 released on 13-12-2025 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.1.6 released on 13-12-2025 with: cache-dependency-glob: "uv.lock" enable-cache: true