From fb2d5f3ec2f53e3e98bf35bfaf826fcb952fa562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:12:55 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.2.0 --- .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 dcc8d98..ee5052d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -40,6 +40,6 @@ jobs: run: if [[ `git status --porcelain` ]]; then exit 1; fi - name: Commit - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: commit_message: Format