From 3e5d9aab803eed2995b99e7cd8b3da5e129f4e87 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 27 Aug 2024 13:35:32 +0200 Subject: [PATCH] Aktualisiere stefanzweifel/git-auto-commit-action auf v5 (Case 174719) Batch Commit via https://github.com/webfactory/bfg9000/pull/11 --- .github/workflows/fix-cs-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-cs-php.yml b/.github/workflows/fix-cs-php.yml index 73211bd..1009446 100644 --- a/.github/workflows/fix-cs-php.yml +++ b/.github/workflows/fix-cs-php.yml @@ -23,6 +23,6 @@ jobs: args: "fix --show-progress=dots" - name: Commit and push back changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Fix CS with PHP-CS-Fixer"