From e8309a780079ba47612a1969da6dc138573dcd59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 11:05:30 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v10 | datasource | package | from | to | | ----------- | --------------------- | ---- | ------- | | github-tags | EndBug/add-and-commit | v9 | v10.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/format_php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_php.yml b/.github/workflows/format_php.yml index c70879e..0989951 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@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10 with: message: "#15000 🪄️ Apply coding style fixes to PHP" author_name: GitHub Actions