diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b71bbf4..f06f0e0 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@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 - name: Run Django system checks run: uv run --no-project --with-requirements requirements-dev.txt python manage.py check