diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a0f608..90bdb25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Set up uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 - name: Run Django system checks run: uv run --no-project --with-requirements requirements-dev.txt python manage.py check