diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index f355630a2..117c9e77d 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -26,7 +26,7 @@ jobs: run: | rm -f go.sum go mod tidy - - uses: stefanzweifel/git-auto-commit-action@v2 + - uses: stefanzweifel/git-auto-commit-action@v4.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: