Skip to content

Commit

Permalink
ci: bump action step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 17, 2024
1 parent df40798 commit 8dbc655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/stylua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8dbc655

Please sign in to comment.