diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 116fe43..4159c97 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -191,7 +191,7 @@ jobs: PHP_CS_FIXER_IGNORE_ENV: true - name: 📤 Commit and push changed files back to GitHub - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v5.2.0 with: commit_message: 'style(php-cs-fixer): lint php files and fix coding standards' branch: ${{ github.head_ref }}