From d14e45c05e8095219331aaf06379b65f4ae2929e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:55:29 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 5.1.0 to 9.1.4 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 5.1.0 to 9.1.4. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v5.1.0...v9.1.4) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index 1598477..70826d7 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -45,7 +45,7 @@ jobs: run: | vendor/bin/rector process --ansi - - uses: EndBug/add-and-commit@v5.1.0 + - uses: EndBug/add-and-commit@v9.1.4 with: add: . message: "[ci-review] Rector Rectify"