Skip to content

Commit 234fc04

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e26351 commit 234fc04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
toc: true
2525
version: "nvim >= 0.8.0"
2626
treesitter: true
27-
- uses: stefanzweifel/git-auto-commit-action@v6
27+
- uses: stefanzweifel/git-auto-commit-action@v7
2828
with:
2929
commit_message: "docs: auto generate vimdoc"
3030
branch: ${{ github.ref }}
@@ -44,7 +44,7 @@ jobs:
4444
- name: Update integration table
4545
run: |
4646
nvim -l scripts/generate_integration_mappings_table.lua
47-
- uses: stefanzweifel/git-auto-commit-action@v6
47+
- uses: stefanzweifel/git-auto-commit-action@v7
4848
with:
4949
commit_message: "chore: auto generate integration table"
5050
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)