From 254a3a65cb8f55a309ae56255aadd60b16fb7f84 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 12 Apr 2026 00:34:09 -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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba9202d..9a6a67e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Format steps: - uses: actions/checkout@v6 - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 - run: uvx hatch fmt checks: @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 - name: Test package run: uv run --with "clang<19" --group test pytest --forked