From 69cecab2fc2bf1f1f21fc2a3eebc979e60cf2586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:06:51 +0000 Subject: [PATCH] Bump ramsey/composer-install from 3 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' 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 3e5c26c1..bf87d4e6 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -19,7 +19,7 @@ jobs: with: php-version: 8.2 - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@v4" ## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anything in the future - run: vendor/bin/rector process ${{ matrix.directories }} --ansi