diff --git a/.github/workflows/mod-tidy.yml b/.github/workflows/mod-tidy.yml index 510e7a18..9a2037b3 100644 --- a/.github/workflows/mod-tidy.yml +++ b/.github/workflows/mod-tidy.yml @@ -81,7 +81,7 @@ jobs: done - name: Auto commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'Maintain: Update go.mod and generated files' branch: ${{ github.head_ref }}