From e661b080f25653b6f8dcb71abb53f503b58e7661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:16:42 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v10 --- .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 48ecc8a2..c6310183 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@v9.0.0 + uses: astral-sh/setup-uv@v10.0.0 with: enable-cache: true python-version: ${{ env.PYTHON_VERSION }}