diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f57f9a..1939e3f 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@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 - name: Install yamllint run: uv tool install yamllint - name: Run yamllint