From 5462080d4d76266eaaa10db2a87cc44f93e248c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:26:12 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/autoformat-pixeebot-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoformat-pixeebot-prs.yaml b/.github/workflows/autoformat-pixeebot-prs.yaml index 560abe64..9baa1cc0 100644 --- a/.github/workflows/autoformat-pixeebot-prs.yaml +++ b/.github/workflows/autoformat-pixeebot-prs.yaml @@ -27,6 +27,6 @@ jobs: run: black . - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: ":art: Apply formatting"