Skip to content

Commit a478310

Browse files
author
Riccardo Dalla Via
authored
Merge pull request #2 from maize-tech/dependabot/github_actions/ramsey/composer-install-2
Bump ramsey/composer-install from 1 to 2
2 parents f347c02 + c6403de commit a478310

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
@@ -24,7 +24,7 @@ jobs:
2424
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
2525
2626
- name: Install composer dependencies
27-
uses: ramsey/composer-install@v1
27+
uses: ramsey/composer-install@v2
2828

2929
- name: Run PHPStan
3030
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)