From 5acd78e2b0fbd2ec2dc2508e5cc60195499cdd40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:10:15 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.2.0 --- .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 b57c584..2c9f749 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.1.0 + uses: astral-sh/setup-uv@v8.2.0 - name: Publish to PyPI if: ${{ startsWith(github.ref, 'refs/tags/') }} run: uv publish 'wheels-*/*'