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 5878957 + 1f68b78 commit f128f33Copy full SHA for f128f33
.github/workflows/code-style.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Checking PHP Syntax
20
uses: TheDragonCode/codestyler@v3
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
.github/workflows/laravel.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
- name: Setup PHP
50
uses: shivammathur/setup-php@v2
0 commit comments