Skip to content

Commit a162dd3

Browse files
authored
Merge pull request #1133 from KnpLabs/dependabot/github_actions/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents 1465bf3 + 6f5b61d commit a162dd3

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@v2
26+
uses: ramsey/composer-install@v3
2727

2828
- name: Run phpunit
2929
run: vendor/bin/phpunit --verbose
@@ -41,7 +41,7 @@ jobs:
4141
coverage: none
4242

4343
- name: Install Composer Dependencies
44-
uses: ramsey/composer-install@v2
44+
uses: ramsey/composer-install@v3
4545

4646
- name: Run phpstan
4747
run: vendor/bin/phpstan analyse --no-progress

0 commit comments

Comments
 (0)