Compare commits

...

1 Commits

Author SHA1 Message Date
11d6acffcf Update actions/setup-python action to v6
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 37s
2025-09-11 17:26:29 +00:00

View File

@@ -18,7 +18,7 @@ jobs:
version: latest version: latest
- 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"
check-latest: true check-latest: true