From 3e643eb0593d5ebe8a8b5da04ca78fc2e06c9459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:11:01 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v9 --- .github/workflows/ci-tests.yml | 2 +- actions/release_homebrew/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 28fc3d1..4b2a01a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} - name: Setup uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true diff --git a/actions/release_homebrew/action.yml b/actions/release_homebrew/action.yml index 554dfb5..71db97a 100644 --- a/actions/release_homebrew/action.yml +++ b/actions/release_homebrew/action.yml @@ -115,7 +115,7 @@ runs: update-environment: false - name: Setup uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true working-directory: ${{ github.action_path }}