From ea667a24a8d48f7f4fc5960a6e046630add3a6a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:38:17 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.1.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 946f376..d1863cb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -33,6 +33,6 @@ jobs: run: if [[ `git status --porcelain` ]]; then exit 1; fi - name: Commit - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_message: Format