⬆️ Update actions/setup-python action to v6 (#1390)

This commit is contained in:
renovate[bot] 2026-01-13 09:06:58 +01:00 committed by GitHub
commit 093376dbed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.14.2'

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.14.2"