diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e0860f..472b38f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: repository: ${{ needs.setup.outputs.repo }} persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Install yamllint run: uv tool install yamllint - name: Run yamllint