From afca310d3c352548b0abfe743bb07576c1497e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:23:18 +0000 Subject: [PATCH] GH Actions: Bump ramsey/composer-install from 2 to 3 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/v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php-qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-qa.yml b/.github/workflows/php-qa.yml index 01066ce..f559f70 100644 --- a/.github/workflows/php-qa.yml +++ b/.github/workflows/php-qa.yml @@ -45,7 +45,7 @@ jobs: - name: Install dependencies - normal if: ${{ matrix.php-versions != '8.4' }} - uses: "ramsey/composer-install@v2" + uses: "ramsey/composer-install@v3" with: dependency-versions: ${{ matrix.dependency-versions }} # Bust the cache at least once a month - output format: YYYY-MM. @@ -53,7 +53,7 @@ jobs: - name: Install dependencies - ignore-platform-reqs if: ${{ matrix.php-versions == '8.4' }} - uses: "ramsey/composer-install@v2" + uses: "ramsey/composer-install@v3" with: dependency-versions: ${{ matrix.dependency-versions }} composer-options: "--ignore-platform-reqs"