From b38d50a7570bfbe7942dbd9590fbc367de67323e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 12 Apr 2026 00:36:46 -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 0241cae..20dc925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.13" - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 - uses: actions/cache@v4 with: path: ~/.cache/pre-commit @@ -71,7 +71,7 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.0.0 - name: Install package run: uv sync