Merge pull request #1 from TheLovinator1/renovate/actions-checkout-7.x
All checks were successful
Deploy to Server / deploy (push) Successful in 27s
All checks were successful
Deploy to Server / deploy (push) Successful in 27s
Update actions/checkout action to v7
This commit is contained in:
commit
5330cedcfb
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