Skip to content

Commit d7130a6

Browse files
authored
Merge pull request #8 from Chris53897/patch-1
chore: fix ci github action deprecation
2 parents 19e885f + 07cf824 commit d7130a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
composer config --no-plugins allow-plugins.phpstan/extension-installer true
3131
3232
- name: Install composer dependencies
33-
uses: ramsey/composer-install@v2
33+
uses: ramsey/composer-install@v3
3434

3535
- name: Run PHPStan
3636
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)