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"