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 0f73a6b commit 26faa35Copy full SHA for 26faa35
.github/workflows/code-quality.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Setup PHP
25
uses: shivammathur/setup-php@v2
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
.github/workflows/test.yml
0 commit comments