From a09523361ebb1bc477251efdcddc7fa9d9491fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:44:43 +0000 Subject: [PATCH] Update ramsey/composer-install action to v4 | datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 4.0.0 | --- .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 5454891..5409e18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: php-version: "${{ matrix.php-version }}" ini-values: "${{ env.INI_VALUES }}" tools: composer-normalize,composer-require-checker,composer-unused - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@4.0.0" - run: "composer validate --strict" - run: "composer-normalize --dry-run" @@ -54,7 +54,7 @@ jobs: coverage: "${{ matrix.code-coverage }}" php-version: "${{ matrix.php-version }}" ini-values: "${{ env.INI_VALUES }}" - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@4.0.0" - run: "vendor/bin/phpunit --no-coverage --no-logging" if: ${{ matrix.code-coverage == 'none' }} @@ -79,7 +79,7 @@ jobs: coverage: "none" php-version: "${{ matrix.php-version }}" ini-values: "${{ env.INI_VALUES }}" - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@4.0.0" - run: "vendor/bin/php-cs-fixer fix --verbose --dry-run --diff" @@ -98,6 +98,6 @@ jobs: coverage: "none" php-version: "${{ matrix.php-version }}" ini-values: "${{ env.INI_VALUES }}" - - uses: "ramsey/composer-install@v3" + - uses: "ramsey/composer-install@4.0.0" - run: "vendor/bin/phpstan analyse --no-progress --error-format=github"