feat(github-action)!: Update stefanzweifel/git-auto-commit-action (v5.2.0 → v6.0.1) (#160)

This commit is contained in:
renovate[bot]
2025-06-16 07:32:46 +03:00
committed by GitHub
parent 97381caf80
commit d0e84dc2cd
6 changed files with 6 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ jobs:
github.ref != 'refs/heads/main' &&
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) &&
!contains(github.event.head_commit.message, 'skip fix')
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: |