diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be8e712..cf7b5f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Setup uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Verify dependency lock files are updated if: github.event_name == 'pull_request' && matrix.python-version == '3.12' run: |