From f98bad514a9dc4b1464c9171ce98bc4f0d5d62c0 Mon Sep 17 00:00:00 2001 From: renovate[bot] Date: Thu, 12 Jun 2025 09:26:41 +0200 Subject: chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#3240) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1208b957..4a98816c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,7 +24,7 @@ jobs: - name: Format with Prettier run: pnpm format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 with: commit_message: '[ci] format' branch: ${{ github.head_ref }} -- cgit