diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd2799..936f236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest