From d4b98605efc03de01091b22cb9bcf4bc86e70277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:19:38 +0000 Subject: [PATCH] Update ramsey/composer-install action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66c4c17..c3ce3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checking Composer run: composer validate --strict - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@4.0.0" - name: Running PHPStan run: php vendor/bin/phpstan @@ -41,7 +41,7 @@ jobs: with: php-version: ${{ env.php-version }} - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@4.0.0" - name: Running Tailwind CSS build run: php bin/console tailwind:build --minify