Skip to content

Commit 7db9144

Browse files
Update stefanzweifel/git-auto-commit-action action to v6
1 parent 3915135 commit 7db9144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Run `make generate` and commit all changes if any.
3333
- run: make tidy generate
3434
if: steps.safety.outputs.skip != 'true'
35-
- uses: stefanzweifel/git-auto-commit-action@v5
35+
- uses: stefanzweifel/git-auto-commit-action@v6
3636
if: steps.safety.outputs.skip != 'true'
3737
with:
3838
commit_message: |

0 commit comments

Comments
 (0)