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