chore(deps): update actions/setup-python action to v6
Some checks failed
Lint / pre-commit Linting (push) Failing after 12s

This commit is contained in:
2025-09-04 04:44:43 +00:00
parent 82e4d66d61
commit 2e141ba455

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: pi runs-on: pi
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- name: Pre Commit - name: Pre Commit