From 0a3c524a7c7f484d9ccf7de53eff61e2bae73eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:00:13 +0000 Subject: [PATCH] Update EndBug/add-and-commit action to v10 | datasource | package | from | to | | ----------- | --------------------- | ---- | --- | | github-tags | EndBug/add-and-commit | v9 | v10 | 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..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