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 8ee8230 commit 4065cbfCopy full SHA for 4065cbf
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout"
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: "Set-up PHP"
27
uses: shivammathur/setup-php@v2
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
- name: "Create cache dir"
63
run: mkdir .cache
@@ -86,7 +86,7 @@ jobs:
86
87
88
- name: Checkout code
89
90
with:
91
path: 'docs'
92
0 commit comments