Skip to content

Commit 97bab70

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent af58927 commit 97bab70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-table.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update integration table
2727
run: |
2828
nvim -l scripts/generate_integration_mappings_table.lua
29-
- uses: stefanzweifel/git-auto-commit-action@v6
29+
- uses: stefanzweifel/git-auto-commit-action@v7
3030
with:
3131
commit_message: "chore: auto generate integration table"
3232
branch: ${{ github.ref }}

.github/workflows/pandocvim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
toc: true
2121
version: "nvim >= 0.8.0"
2222
treesitter: true
23-
- uses: stefanzweifel/git-auto-commit-action@v6
23+
- uses: stefanzweifel/git-auto-commit-action@v7
2424
with:
2525
commit_message: "docs: auto generate vimdoc"
2626
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)