From e05e5585925fdc38133c02f3d40b26571c59761e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:08:41 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 319f4d5..a387104 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: vimdoc: quick-code-runner.nvim treesitter: true - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore(doc): auto generate docs" commit_user_name: "github-actions[bot]"