From 6a4c2787ed6cf6961680082154be479935d0e3af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:59:51 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v6 --- .github/actions/setup-environment/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index 5b6e56e0d..d1b0a0d4c 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Install UV - uses: astral-sh/setup-uv@v5.4 + uses: astral-sh/setup-uv@v6.8 id: setup-uv with: enable-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af936c810..8519f38c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }} - name: Install UV - uses: astral-sh/setup-uv@v5.4 + uses: astral-sh/setup-uv@v6.8 id: setup-uv with: enable-cache: false