From 35a9d7cf593f2129b5ef433c9829ea379bbffe39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:17:44 +0000 Subject: [PATCH] Bump ramsey/composer-install from 1 to 2 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v1...v2) --- updated-dependencies: - dependency-name: ramsey/composer-install 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 0beed723..ea81491b 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -21,7 +21,7 @@ jobs: with: php-version: 8.2 - - uses: "ramsey/composer-install@v1" + - uses: "ramsey/composer-install@v2" ## 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