From 49f65a9bb0e4f5a851dace9a0c3ee4d17fdde399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:27:43 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v9 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3306235..24db4cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -210,7 +210,7 @@ jobs: subject-path: "wheels-*/*" - name: Install uv if: ${{ startsWith(github.ref, 'refs/tags/') }} - uses: astral-sh/setup-uv@v8.2.0 + uses: astral-sh/setup-uv@v9.0.0 - name: Publish to PyPI if: ${{ startsWith(github.ref, 'refs/tags/') }} run: uv publish 'wheels-*/*'