diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24c71e3..57122af 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@f98e06938123ccabd21905ea5d0069192241f9f1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 - name: Run Django system checks run: uv run --no-project --with-requirements requirements-dev.txt python manage.py check