From 48bc4af4c588d58de6fc60a09e88ef9f9f8a603c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:47:02 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 7.1.6 to 7.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.6 to 7.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/681c641aba71e4a1c380be3ab5e12ad51f415867...61cb8a9741eeb8a550a1b8544337180c0fc8476b) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8f4dcd2..c6b8861 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -73,7 +73,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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 released on 13-12-2025 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 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 36a1ba2..cca2a60 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -82,7 +82,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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 released on 13-12-2025 + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.1.6 released on 13-12-2025 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }}