diff --git a/.github/workflows/generate_toc.yml b/.github/workflows/generate_toc.yml index d83179b..5879614 100644 --- a/.github/workflows/generate_toc.yml +++ b/.github/workflows/generate_toc.yml @@ -7,7 +7,7 @@ jobs: generateTOC: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Generate TOC run: make deps generateTOC - name: Auto commit