2 Commits

Author SHA1 Message Date
e30c1f093a fix(deps): update dependency glob to v13
Some checks failed
Lint / pre-commit Linting (push) Failing after 10m6s
2025-11-21 23:11:19 +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
runs-on: pi
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash