Skip to content

Commit 6c51f75

Browse files
feat(gha): Update stefanzweifel/git-auto-commit-action action to v6.0.1
| datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | stefanzweifel/git-auto-commit-action | v5.2.0 | v6.0.1 |
1 parent a230b32 commit 6c51f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
CONTINUE_ON_ERROR: ${{ inputs.auto_commit == true }}
101101
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
102102
- name: auto fix changes reported by pre-commit
103-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
103+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
104104
id: auto_commit_action
105105
if: inputs.auto_commit
106106
with:

0 commit comments

Comments
 (0)