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 40d2fb9 + f50c5c8 commit 657b097Copy full SHA for 657b097
.github/workflows/static.yml
@@ -14,7 +14,7 @@ jobs:
14
name: PHPStan
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
19
- name: Setup PHP
20
uses: shivammathur/setup-php@v2
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Checkout
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
40
41
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Checkout code
26
27
28
29
0 commit comments