From b5e876d806187d61216572820c5fc3c8c840d72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:36:02 +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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1aacb08b4c..7d1c767e176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: sudo locale-gen de_DE.UTF-8 - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 with: dependency-versions: ${{ matrix.dependencies }} composer-options: "${{ matrix.composer-options }}" @@ -178,7 +178,7 @@ jobs: sqlcmd -S "(localdb)\MSSQLLocalDB" -Q "create database cakephp;" - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Run PHPUnit env: @@ -218,7 +218,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Install PHP tools with phive. run: 'phive install --trust-gpg-keys "$PHIVE_KEYS"' @@ -270,7 +270,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Composer install - uses: ramsey/composer-install@v3 + uses: ramsey/composer-install@v4 - name: Install PHP tools with phive. run: 'phive install --trust-gpg-keys "$PHIVE_KEYS"'