We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf96717 + 8073a23 commit 88ea651Copy full SHA for 88ea651
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Check composer.json
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- uses: shivammathur/setup-php@v2
19
with:
20
coverage: none
@@ -25,7 +25,7 @@ jobs:
25
name: Static analysis
26
27
28
29
30
31
0 commit comments