From b7323acf273fca07a190a3f46cd4ab51a659e451 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 11:39:48 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v4.15.4 --- .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 76c926e..d579416 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,7 +22,7 @@ jobs: run: | black . - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4.14.0 + uses: stefanzweifel/git-auto-commit-action@v4.15.4 with: commit_message: Apply formatting changes branch: main