We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea4064 commit b42ff8cCopy full SHA for b42ff8c
.github/workflows/go_mod_tidy_examples.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Run go mod tidy
29
working-directory: examples/${{ matrix.plugin }}
30
run: go mod tidy
31
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v7
32
with:
33
commit_message: "chore: Tidy"
0 commit comments