From 46451e5cc9d3bc1ed4d2f5770e881dd2922d2a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:19:40 +0200 Subject: [PATCH] Bump ramsey/composer-install from 2 to 3 (#219) Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/2.0.0...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/infection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 595bfa5..7d7fa18 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -26,7 +26,7 @@ jobs: run: "git fetch --depth=1 origin ${GITHUB_BASE_REF}" - name: "Install dependencies" - uses: "ramsey/composer-install@v2" + uses: "ramsey/composer-install@v3" with: dependency-versions: "highest" composer-options: "--optimize-autoloader"