Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: latest
args: .
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v6
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: 'style: auto format Lua code'

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
vimdoc: code-stats.nvim
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v6
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: 'chore(doc): auto generate docs'

Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
fi

- name: Commit coverage report
uses: stefanzweifel/git-auto-commit-action@v6
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: 'chore(ci): update coverage report [skip ci]'
file_pattern: luacov.report.out luacov.stats.out
Expand Down
Loading