diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 2eeb210..17e513d 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -23,7 +23,7 @@ jobs: demojify: true treesitter: true description: " Auto-generated from README.md. Do not make PRs to this file." - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: auto-generate vimdocs" branch: ${{ github.head_ref }} diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index b8e78b2..1f16483 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -18,6 +18,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} version: latest args: . - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "style: auto-format with stylua"