From 4d48e8bb2a19d65a42dd5090c95cd1b4149ae298 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 16 May 2026 19:54:23 +0100 Subject: [PATCH] ci: Update setup-uv to v8.1.0 Since v8.0.0, major version tags like v8 are no longer created. Dependabot will not propose an upgrade from a vX tag to a vX.Y.Z tag so this one-time manual change is needed. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd50f01..78e705a 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: composite steps: - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.1.0 with: cache-dependency-glob: | ${{ github.action_path }}/pyproject.toml