Update actions/setup-python action to v6

This commit is contained in:
2026-05-12 12:34:06 +00:00
parent 6274df8e48
commit ef287c8868
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.x'