Upgrade actions/setup-python to v6 in template (#6012)

Upgrade Python setup action to version 6
This commit is contained in:
Bruno Alla 2025-09-05 14:27:37 +01:00 committed by GitHub
parent 67d2d4f0c0
commit 6225d8229b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: '.python-version'
@ -108,7 +108,7 @@ jobs:
{%- else %}
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: '.python-version'
cache: pip