From 561353926878287f661427de2df7d4cddab1d484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:33:28 +0000 Subject: [PATCH] chore(deps): replace astral-sh/setup-uv action with astral-sh/setup-uv v8.0 --- .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 645ccff8c..74e8f8b62 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@v8.0 id: setup-uv with: enable-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8173a1dd3..c5a5650c0 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@v8.0 id: setup-uv with: enable-cache: false