Upgrade Python setup action to version 6

This commit is contained in:
Bruno Alla 2025-09-04 17:37:51 +01:00 committed by GitHub
parent d28614a789
commit 5168deec5b
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