ci: bump action step versions
parent
8df00d9ec0
commit
382ddb90a3
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
demojify: true
|
demojify: true
|
||||||
treesitter: true
|
treesitter: true
|
||||||
description: " Auto-generated from README.md. Do not make PRs to this file."
|
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:
|
with:
|
||||||
commit_message: "chore: auto-generate vimdocs"
|
commit_message: "chore: auto-generate vimdocs"
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,6 @@ jobs:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: latest
|
version: latest
|
||||||
args: .
|
args: .
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "style: auto-format with stylua"
|
commit_message: "style: auto-format with stylua"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue