From 6babbc1b1c2a175b31c859b22ad0ce1181124323 Mon Sep 17 00:00:00 2001 From: renovate[bot] Date: Sun, 20 Apr 2025 19:47:03 +0200 Subject: chore(deps): update stefanzweifel/git-auto-commit-action action to v5.2.0 (#3145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@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 09f9acfd..1208b957 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@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: '[ci] format' branch: ${{ github.head_ref }} -- cgit