diff --git a/.github/workflows/generate_toc.yml b/.github/workflows/generate_toc.yml index 9bd6242..d83179b 100644 --- a/.github/workflows/generate_toc.yml +++ b/.github/workflows/generate_toc.yml @@ -11,7 +11,7 @@ jobs: - name: Generate TOC run: make deps generateTOC - name: Auto commit - uses: stefanzweifel/git-auto-commit-action@v2.1.0 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Apply automatic changes - TOC generated branch: main