Skip to content

Commit 9f3a7a4

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.1.0 | v6.0.1 |
1 parent a23279c commit 9f3a7a4

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@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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)