From 16ec3c4fdc435656daa16eaee28b24b0e9cdb74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:41:33 +0000 Subject: [PATCH] GH Actions: 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/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 529a4396..2e23db2a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -37,7 +37,7 @@ jobs: php-version: "${{ matrix.php-version }}" ini-values: error_reporting=-1, display_errors=On coverage: "none" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v3" with: composer-options: "${{ matrix.composer-options }}" - name: "Run the linter" @@ -53,6 +53,6 @@ jobs: php-version: "8.2" tools: "phpstan:1.10.57" coverage: "none" - - uses: "ramsey/composer-install@v2" + - uses: "ramsey/composer-install@v3" - name: "Run PHPStan" run: "phpstan analyse -c phpstan.neon -l 4 getid3"