File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ jobs:
21
21
22
22
steps :
23
23
- name : " Checkout php/doc-${{ matrix.language }}"
24
- uses : " actions/checkout@v2 "
24
+ uses : " actions/checkout@v3 "
25
25
with :
26
26
path : " ${{ matrix.language }}"
27
27
repository : " php/doc-${{ matrix.language }}"
28
28
29
29
- name : " Checkout php/doc-en as fallback"
30
30
if : " matrix.language != 'en'"
31
- uses : " actions/checkout@v2 "
31
+ uses : " actions/checkout@v3 "
32
32
with :
33
33
path : " en"
34
34
repository : " php/doc-en"
35
35
36
36
- name : " Checkout php/doc-base"
37
- uses : " actions/checkout@v2 "
37
+ uses : " actions/checkout@v3 "
38
38
with :
39
39
path : " doc-base"
40
40
repository : " php/doc-base"
46
46
run : " php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
47
47
48
48
- name : " Upload .manual.xml"
49
- uses : actions/upload-artifact@v2
49
+ uses : actions/upload-artifact@v3
50
50
with :
51
51
name : .manual.xml
52
52
path : doc-base/.manual.xml
You can’t perform that action at this time.
0 commit comments