Skip to content

Commit b42ff8c

Browse files
committed
chore(deps): Update stefanzweifel/git-auto-commit-action action to v7
1 parent 2ea4064 commit b42ff8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run go mod tidy
2929
working-directory: examples/${{ matrix.plugin }}
3030
run: go mod tidy
31-
- uses: stefanzweifel/git-auto-commit-action@v5
31+
- uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: "chore: Tidy"

0 commit comments

Comments
 (0)