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

This commit is contained in:
2025-08-15 20:00:41 +00:00
parent 4cb11d4d5f
commit fa5fb95583

View File

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