From 704e8885b61e135a15523325c724d72e53b794af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:25:41 +0000 Subject: [PATCH] Bump ramsey/composer-install from 2 to 3 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 696efef..4cce322 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -15,10 +15,10 @@ jobs: php-version: 8.3 - name: Download dependencies - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: Install PHPStan - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 with: composer-options: "--working-dir=tools/phpstan" @@ -39,7 +39,7 @@ jobs: php-version: 8.3 - name: Install php-cs-fixer - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 with: composer-options: "--working-dir=tools/php-cs-fixer" @@ -60,7 +60,7 @@ jobs: php-version: 8.3 - name: Download dependencies - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: Lint Composer config shell: bash