diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index de38e97..76ef054 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -48,7 +48,7 @@ runs: # caches but never write back. Only pushes to the upstream repo's default branch refresh # them. This keeps untrusted runs from polluting or evicting trusted cache entries. - name: Install uv - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: version: ${{ inputs.uv-version }} enable-cache: true