Update actions/checkout action to v7
This commit is contained in:
parent
a74b550406
commit
e9bd9176cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue