diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b91f5a8..3614c31 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@05273c154d09957eb9a2377d9c988fbda431d1c5 # v6 + - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest