From e6a5fdbe15518286f6d7540eafc42992e2552014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:44:51 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.2.0 --- .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 86394a8c..272d5935 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.1.0 + uses: astral-sh/setup-uv@v8.2.0 with: enable-cache: true python-version: ${{ env.PYTHON_VERSION }}