Compare commits

...

2 Commits

Author SHA1 Message Date
d2c707b1bc chore(deps): update stefanzweifel/git-auto-commit-action action to v6
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 12m49s
2025-07-12 22:07:04 +00:00
5123931e83 chore: update pre-commit hooks
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 1m27s
Auto Maintenance Cycle / pre-commit (push) Successful in 2m21s
2025-06-30 00:01:33 +00:00
2 changed files with 2 additions and 2 deletions

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@v5
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: 'chore: update pre-commit hooks'
branch: ${{ env.SPECIFIC_BRANCH }}

View File

@ -25,7 +25,7 @@ repos:
args: [--branch, main]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.14.0
rev: v2.15.0
hooks:
- id: pretty-format-ini
args: [--autofix]