From 4be87a5cd2c016d38154cb64f0c399f7c861077c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 12 Apr 2026 00:34:14 -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/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8f4cbd9..7f2c766 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -51,7 +51,7 @@ jobs: with: submodules: true - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 - uses: pypa/cibuildwheel@v3.4