From 9251fa759964c07e4c13c2e9a8c1a8788dd445e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:11:10 +0000 Subject: [PATCH 1/2] Initial plan From bd70b3709b1c0bf9d4af160f1dd9cf71e160d05e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:14:36 +0000 Subject: [PATCH 2/2] Update astral-sh/setup-uv to v7.2.1 with correct version comments Co-authored-by: woutervh <469509+woutervh@users.noreply.github.com> --- .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..33fef3a 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.2.1 released on 30-01-2026 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }} diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 4c9888c..f5dc56d 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.2.1 released on 30-01-2026 with: cache-dependency-glob: "uv.lock" enable-cache: true