diff --git a/.github/workflows/keymaps.yml b/.github/workflows/keymaps.yml index 20afeec..f5abb3c 100644 --- a/.github/workflows/keymaps.yml +++ b/.github/workflows/keymaps.yml @@ -33,7 +33,7 @@ jobs: docmappingprojectname: true # Use project name in tag when writing mapping docs shiftheadinglevelby: 0 # Shift heading levels by specified number incrementheadinglevelby: 0 # Increment heading levels by specified number - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Auto generate docs" branch: ${{ github.head_ref }} \ No newline at end of file diff --git a/.github/workflows/lazyman.yml b/.github/workflows/lazyman.yml index 2cf907c..b515b91 100644 --- a/.github/workflows/lazyman.yml +++ b/.github/workflows/lazyman.yml @@ -33,7 +33,7 @@ jobs: docmappingprojectname: true # Use project name in tag when writing mapping docs shiftheadinglevelby: 0 # Shift heading levels by specified number incrementheadinglevelby: 0 # Increment heading levels by specified number - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Auto generate docs" branch: ${{ github.head_ref }} \ No newline at end of file diff --git a/.github/workflows/nvims.yml b/.github/workflows/nvims.yml index 7883de9..8c9a161 100644 --- a/.github/workflows/nvims.yml +++ b/.github/workflows/nvims.yml @@ -33,7 +33,7 @@ jobs: docmappingprojectname: true # Use project name in tag when writing mapping docs shiftheadinglevelby: 0 # Shift heading levels by specified number incrementheadinglevelby: 0 # Increment heading levels by specified number - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Auto generate docs" branch: ${{ github.head_ref }} \ No newline at end of file