From a9bb3f11e24379c024d8d271ac888eaab738deba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:03:29 +0000 Subject: [PATCH] Bump ramsey/composer-install from 2 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v2...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/build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8fc0efdd..418f8a35 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: with: php-version: '8.5' - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 with: composer-options: "--prefer-dist --optimize-autoloader" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 45bc95d0..6b7ca826 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: with: php-version: '8.5' - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 with: composer-options: "--prefer-dist --optimize-autoloader"