Update actions/setup-python action to v6
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 40s

This commit is contained in:
2025-10-26 04:40:57 +00:00
parent e0774edd94
commit 10d51c36f8

View File

@@ -18,7 +18,7 @@ jobs:
version: latest
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.13"
check-latest: true