chore(deps): update actions/setup-python action to v6
All checks were successful
Lint / pre-commit Linting (push) Successful in 3m16s

This commit is contained in:
2025-09-05 00:36:25 +00:00
parent 82e4d66d61
commit 231fafadb4

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