chore(deps): update actions/checkout action to v6
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 1m30s

This commit is contained in:
2025-11-20 16:43:41 +00:00
parent 89f04d6805
commit b5cda0353e

View File

@@ -10,7 +10,7 @@ jobs:
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash