From 79d2662ade3582016c005c4e49d9e32e5ac325ef Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 12 Apr 2026 00:36:54 -0400 Subject: [PATCH] ci: bump setup-uv to maintained tag scheme The old vX tags have been dropped to (force) (usually) better security practices. Dependabot will not update, however, leaving this v7 tag forever. Manually updating now. See https://github.com/astral-sh/setup-uv/issues/830 Committed via https://github.com/asottile/all-repos --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1934ae8..2e9611a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: uses: docker/setup-qemu-action@v3.7.0 if: runner.os == 'Linux' && runner.arch == 'X64' - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 with: enable-cache: false @@ -144,7 +144,7 @@ jobs: python-version: ${{ matrix.python }} update-environment: false - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 with: enable-cache: false