From b2038bebda7b254952bb1ec9b962aa5fa1cbdfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:14:33 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/panvimdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/panvimdoc.yml 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 }}