Compare commits

1 Commits

Author SHA1 Message Date
7030c1c1e4 chore(deps): update actions/checkout action to v5
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 5s
2025-08-12 06:59:30 +00:00

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