Skip to content

Commit cc36a9a

Browse files
Bump ramsey/composer-install from 3 to 4
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v3...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] <support@github.com>
1 parent 8b5c8e1 commit cc36a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424

2525
- name: Install Composer Dependencies
26-
uses: ramsey/composer-install@v3
26+
uses: ramsey/composer-install@v4
2727

2828
- name: Run phpunit
2929
run: vendor/bin/phpunit --verbose
@@ -43,7 +43,7 @@ jobs:
4343
coverage: none
4444

4545
- name: Install Composer Dependencies
46-
uses: ramsey/composer-install@v3
46+
uses: ramsey/composer-install@v4
4747

4848
- name: Run phpstan
4949
run: vendor/bin/phpstan analyse --no-progress

0 commit comments

Comments
 (0)