Update actions/setup-python action to v6 #20

Merged
wirehack7 merged 1 commits from renovate/actions-setup-python-6.x into dev 2025-12-11 09:35:52 +01:00
Showing only changes of commit 9eef597c8d - Show all commits

View File

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