diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml old mode 100755 new mode 100644 index a0932f7..3f3b402 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -22,7 +22,7 @@ jobs: ignorerawblocks: true # Ignore raw html blocks in markdown when converting to vimdoc docmapping: false # Use h4 headers as mapping docs docmappingprojectname: true # Use project name in tag when writing mapping docs - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Auto generate docs" branch: ${{ github.head_ref }}