From 2cf649740b9fb7db650f91b601429015404a6c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:48:53 +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-*/*'