Merge pull request 'Update actions/setup-python action to v6' (#5) from renovate/actions-setup-python-6.x into main

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-05-12 14:42:53 +00:00
+1 -1
View File
@@ -37,7 +37,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.x' python-version: '3.x'