From 638a42bb0027a815eae88fb437ec41e4caaa3c34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:09:04 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v9 --- .github/actions/setup-python-with-uv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python-with-uv/action.yml b/.github/actions/setup-python-with-uv/action.yml index b581b737..48ecc8a2 100644 --- a/.github/actions/setup-python-with-uv/action.yml +++ b/.github/actions/setup-python-with-uv/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true python-version: ${{ env.PYTHON_VERSION }}