Skip to content

Commit cf55475

Browse files
authored
Merge pull request #53 from coderflexx/dependabot/github_actions/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2 parents a3e46ba + 5714b91 commit cf55475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

+1-1
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 PHPStan
2929
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)