From ea5fb8c129c935320520cb43152497c9c0e4ac98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:11:46 +0000 Subject: [PATCH] Update ramsey/composer-install action to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fee47fec..51a27e30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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