From b7d7af4f15b9b46a1955994dec51bb7bff7b45b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:03:05 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 7.2.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 7.2.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v7.2.1) 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 5b1efb1..21e20b4 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -26,7 +26,7 @@ jobs: - run: composer fix - if: github.event.pull_request.head.repo.full_name == github.repository - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v7.2.1 with: add: . message: "Rector Rectify"