From cd4f9f5a9f314ebb399ca5c2fb4b3f7c53316960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:43:18 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 5.1.0 to 10.0.0 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 5.1.0 to 10.0.0. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v5.1.0...v10.0.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index c5cb64cf..da4fa53e 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -21,7 +21,7 @@ jobs: - run: vendor/bin/rector --ansi - - uses: EndBug/add-and-commit@v5.1.0 + - uses: EndBug/add-and-commit@v10.0.0 with: add: . message: "[ci-review] Rector Rectify"