We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39bd16b + 55da775 commit bda9c29Copy full SHA for bda9c29
.github/workflows/fix-php-code-style-issues.yml
@@ -13,7 +13,7 @@ jobs:
13
ref: ${{ github.head_ref }}
14
15
- name: Fix PHP code style issues
16
- uses: aglipanci/laravel-pint-action@2.3.0
+ uses: aglipanci/laravel-pint-action@2.4
17
18
- name: Commit changes
19
uses: stefanzweifel/git-auto-commit-action@v5
.github/workflows/phpstan.yml
@@ -20,7 +20,7 @@ jobs:
20
coverage: none
21
22
- name: Install composer dependencies
23
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
24
25
- name: Run PHPStan
26
run: ./vendor/bin/phpstan --error-format=github
0 commit comments