From 5574baa0815fb08a583b013f591e1036dbde9d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:07:27 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf30778..4b469e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v6 - name: Generate _version.py (required before any uv build) run: make version - - uses: astral-sh/setup-uv@v6 + - uses: astral-sh/setup-uv@v7 with: version: 'latest' - name: Install Python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 75e5ef1..d24d947 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ needs.validate.outputs.version }} - - uses: astral-sh/setup-uv@v6 + - uses: astral-sh/setup-uv@v7 - name: Stamp the release version + build run: | VERSION="${{ needs.validate.outputs.version }}" make version