From 3feb3f4e27b3e4688af5398c7d34baf0b7bafa50 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 27 Aug 2024 13:14:39 +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 98262af..58885f4 100644 --- a/.github/workflows/fix-cs-php.yml +++ b/.github/workflows/fix-cs-php.yml @@ -24,6 +24,6 @@ jobs: run: bin/php-cs-fixer - 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"