ci: bump action step versions

remotes/origin/HEAD
Chris Grieser 2024-08-17 14:22:44 +02:00
parent 8df00d9ec0
commit 382ddb90a3
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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"