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