diff --git a/.github/workflows/generate-toc.yml b/.github/workflows/generate-toc.yml index 19e259e2..684d9a8d 100644 --- a/.github/workflows/generate-toc.yml +++ b/.github/workflows/generate-toc.yml @@ -16,6 +16,6 @@ jobs: curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc chmod a+x gh-md-toc ./gh-md-toc --insert --no-backup README.md - - uses: stefanzweifel/git-auto-commit-action@v4.11.0 + - uses: stefanzweifel/git-auto-commit-action@v4.12.0 with: commit_message: "docs: Auto update markdown TOC" \ No newline at end of file