diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index 0e33f748a..ee4e47050 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@v4.6.0 + - uses: stefanzweifel/git-auto-commit-action@v4.7.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: