mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-09 21:42:34 +03:00
Upgrade actions/setup-python to v6 in template (#6012)
Upgrade Python setup action to version 6
This commit is contained in:
parent
67d2d4f0c0
commit
6225d8229b
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version-file: '.python-version'
|
python-version-file: '.python-version'
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ jobs:
|
||||||
{%- else %}
|
{%- else %}
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version-file: '.python-version'
|
python-version-file: '.python-version'
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user