diff --git a/.github/workflows/dependabot-gomod.yaml b/.github/workflows/dependabot-gomod.yaml index 5059331257..bbf3ae6bb8 100644 --- a/.github/workflows/dependabot-gomod.yaml +++ b/.github/workflows/dependabot-gomod.yaml @@ -22,7 +22,7 @@ jobs: run: | go mod tidy - name: commit changes - uses: stefanzweifel/git-auto-commit-action@v4.8.0 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: Vendor and tidy go modules commit_options: '--no-verify --signoff'