2 Commits

Author SHA1 Message Date
479d61f6bd chore(deps): update dependency glob to v11.1.0
Some checks failed
Lint / pre-commit Linting (push) Failing after 14m21s
2025-11-22 23:24:12 +00:00
9510650dd1 chore(deps): update actions/checkout action to v6 (#38)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m40s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2025-11-20 17:58:48 +01:00

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@v5 - uses: actions/checkout@v6
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash