From 065a04c99ba7c671bf597e18afaa69dfa479ec70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:23:48 +0000 Subject: [PATCH] Bump ramsey/composer-install from 1 to 3 Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/v1...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/tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d8400ae..c358ab6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -39,7 +39,7 @@ jobs: php-version: ${{ matrix.php }} tools: composer:${{ matrix.composer_version }} coverage: xdebug - - uses: "ramsey/composer-install@v1" + - uses: "ramsey/composer-install@v3" with: dependency-versions: ${{ matrix.dependencies }} - run: vendor/bin/phpunit --coverage-clover=coverage.xml @@ -56,7 +56,7 @@ jobs: with: php-version: '7.4' coverage: none - - uses: "ramsey/composer-install@v1" + - uses: "ramsey/composer-install@v3" - run: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run PHPStan: runs-on: ubuntu-latest @@ -66,7 +66,7 @@ jobs: with: php-version: '7.4' coverage: none - - uses: "ramsey/composer-install@v1" + - uses: "ramsey/composer-install@v3" - run: vendor/bin/phpstan analyse Psalm: runs-on: ubuntu-latest @@ -76,5 +76,5 @@ jobs: with: php-version: '7.4' coverage: none - - uses: "ramsey/composer-install@v1" + - uses: "ramsey/composer-install@v3" - run: vendor/bin/psalm