Compare commits

..

1 Commits

Author SHA1 Message Date
3db8e7b4dd chore: update pre-commit hooks
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 1m23s
2025-06-27 00:13:35 +00:00

View File

@ -25,7 +25,7 @@ jobs:
run: SKIP=no-commit-to-branch pre-commit run -a
- name: Commit
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v6
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: update pre-commit hooks'
branch: ${{ env.SPECIFIC_BRANCH }}