From 1907650bd94fa48e976e5edab56313de40b22ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:05:17 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8617cf3..3f0e4ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,5 +10,5 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: 8.0 - - uses: ramsey/composer-install@v1 + - uses: ramsey/composer-install@v3 - run: composer check