chore(deps): update actions/setup-python action to v6
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 11m28s

This commit is contained in:
2025-09-07 22:03:05 +00:00
parent 4cb11d4d5f
commit 1b0447b070

View File

@@ -11,7 +11,7 @@ jobs:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash
- name: pre-commit