chore(deps): update stefanzweifel/git-auto-commit-action action to v6 #38

Open
Renovate wants to merge 1 commits from renovate/stefanzweifel-git-auto-commit-action-6.x into main
Showing only changes of commit 95bdf0deae - Show all commits

View File

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