chore(deps): update actions/checkout action to v5
Some checks failed
Lint / pre-commit Linting (push) Failing after 5s

This commit is contained in:
2025-08-12 07:00:21 +00:00
parent 82e4d66d61
commit 767b0ef1e2

View File

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