From 0878e6a7357fb943644dcec36d13ea1718f0878d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:58:37 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/patch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 91b1a55a..7310c5cc 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -24,7 +24,7 @@ jobs: toc: true version: "nvim >= 0.8.0" treesitter: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "docs: auto generate vimdoc" branch: ${{ github.ref }} @@ -44,7 +44,7 @@ jobs: - name: Update integration table run: | nvim -l scripts/generate_integration_mappings_table.lua - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: auto generate integration table" branch: ${{ github.ref }}