Update actions/checkout action to v7

This commit is contained in:
renovate[bot] 2026-07-21 04:38:55 +00:00 committed by GitHub
commit e9bd9176cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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