Merge pull request #1 from TheLovinator1/renovate/actions-checkout-7.x
All checks were successful
Deploy to Server / deploy (push) Successful in 27s

Update actions/checkout action to v7
This commit is contained in:
Joakim Hellsén 2026-07-21 06:39:40 +02:00 committed by GitHub
commit 5330cedcfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
DJANGO_SECRET_KEY: 1234567890 DJANGO_SECRET_KEY: 1234567890
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- run: uv sync --all-extras --dev -U - run: uv sync --all-extras --dev -U
- run: uv run pytest - run: uv run pytest
- name: Check if makemigrations are needed - name: Check if makemigrations are needed