diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c8bf2..c915eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Set up uv - uses: astral-sh/setup-uv@v7 + uses: astral-sh/setup-uv@v8.1.0 - name: Run Django system checks run: uv run --no-project --with-requirements requirements-dev.txt python manage.py check