From c6374b80eb80c811b2b5dd0dd37f4f13dd3c054d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Feb 2026 02:53:43 +0000 Subject: [PATCH] chore(deps): Update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index e5c5223..672cd4e 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -19,6 +19,6 @@ jobs: cache: "npm" - name: Install dependencies run: npm ci - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: Prepare dist"