diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3921116..c70fbc0 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Verify dependency lock files are updated if: github.event_name == 'pull_request' && matrix.python-version == '3.12' run: |