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