Update actions/setup-python action to v6

This commit is contained in:
Renovate Bot 2025-09-05 00:11:19 +00:00
parent aa2382f3b4
commit 9eef597c8d
Signed by: Renovate
GPG Key ID: FB81D98F64BAAB09

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'