diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b54d667..5d2391c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6 + - uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5 # v6 - run: uv sync --no-python-downloads shell: bash - run: uv run pytest