We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2ae4b commit 1b5954bCopy full SHA for 1b5954b
.github/workflows/phpstan.yml
@@ -9,7 +9,7 @@ jobs:
9
name: PHPStan
10
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
14
- name: Setup PHP
15
uses: shivammathur/setup-php@v2
.github/workflows/pint.yml
name: Laravel Pint
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Checkout code
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
33
0 commit comments