From 439ccc53666c7627dcd84dca4da33ff520c8ca43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:47:23 +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/autoformat.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 6bc6bfd..a93f009 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -17,7 +17,7 @@ jobs: extensions: mbstring php-version: 8.3 - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: composer normalize diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 76fd10e..0bf331c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: extensions: ${{ env.PHP_EXTENSIONS }} php-version: ${{ env.PHP_VERSION }} - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: vendor/bin/phpstan @@ -38,7 +38,7 @@ jobs: extensions: ${{ env.PHP_EXTENSIONS }} php-version: ${{ env.PHP_VERSION }} - - uses: ramsey/composer-install@v3 + - uses: ramsey/composer-install@v4 - run: touch database/database.sqlite