diff --git a/.github/workflows/format_php.yml b/.github/workflows/format_php.yml index c70879e..040bda8 100644 --- a/.github/workflows/format_php.yml +++ b/.github/workflows/format_php.yml @@ -61,7 +61,7 @@ jobs: - name: Commit PHP code-style fixes (if any) if: ${{ steps.check_php_cs.outcome == 'failure' }} - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "#15000 🪄️ Apply coding style fixes to PHP" author_name: GitHub Actions