diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index dee6d9aab..c79d91bb8 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -67,6 +67,6 @@ jobs: run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr" - name: "Commit the changes" - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "apply phpcbf formatting"