Skip to content

Commit 5ef3748

Browse files
chore(deps) Update stefanzweifel/git-auto-commit-action action to v6
1 parent d2815e9 commit 5ef3748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' &&
9292
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) &&
9393
!contains(github.event.head_commit.message, 'skip fix')
94-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
94+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
9595
with:
9696
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9797
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)