From e83611707b257b9267d1bab2a085843d18e7b253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 18:21:16 +0000 Subject: [PATCH] github-actions(deps): bump ramsey/composer-install from 2 to 4 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v2...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/cs.yml | 6 +++--- .github/workflows/static-analysis.yml | 2 +- .github/workflows/unit-tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index d109c87..643cbbe 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -33,7 +33,7 @@ jobs: - name: "Set up problem matchers for PHP" run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - name: Run EasyCodingStandard run: vendor/bin/ecs check @@ -65,7 +65,7 @@ jobs: - name: "Set up problem matchers for PHP" run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - name: Run Rector run: vendor/bin/rector --dry-run @@ -90,7 +90,7 @@ jobs: php-version: "${{ matrix.php-version }}" extensions: intl, ctype, iconv - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - name: Run composer normalize run: composer normalize --no-update-lock --diff --dry-run diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 4989c08..0987383 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -30,7 +30,7 @@ jobs: - name: "Set up problem matchers for PHP" run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\"" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - name: Run PHPStan run: vendor/bin/phpstan diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 68fe958..567a421 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -36,7 +36,7 @@ jobs: - name: "Set up problem matchers for phpunit/phpunit" run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\"" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - uses: oven-sh/setup-bun@v1 - run: bun install @@ -85,7 +85,7 @@ jobs: - name: "Set up problem matchers for phpunit/phpunit" run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\"" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v4" - uses: oven-sh/setup-bun@v1 - run: bun install