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.
1 parent c031bc1 commit ff0a93aCopy full SHA for ff0a93a
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Coding Standard
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Install PHP
19
uses: shivammathur/setup-php@v2
@@ -36,7 +36,7 @@ jobs:
36
name: PHPStan
37
38
39
40
41
42
@@ -69,7 +69,7 @@ jobs:
69
name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}
70
71
72
73
74
75
@@ -100,7 +100,7 @@ jobs:
100
101
102
- name: "Checkout"
103
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
104
with:
105
fetch-depth: 2
106
0 commit comments