mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-24 05:44:52 +03:00
Bump actions/checkout from 4 to 5 in generated project
This commit is contained in:
parent
229678cd4e
commit
aef3c63313
|
@ -23,7 +23,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Code Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in New Issue
Block a user