File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
check-whitespace :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
24
24
25
25
steps :
26
26
- name : " Checkout php/doc-${{ matrix.language }}"
27
- uses : " actions/checkout@v4 "
27
+ uses : " actions/checkout@v5 "
28
28
with :
29
29
path : " ${{ matrix.language }}"
30
30
repository : " php/doc-${{ matrix.language }}"
31
31
32
32
- name : " Checkout php/doc-en as fallback"
33
33
if : " matrix.language != 'en'"
34
- uses : " actions/checkout@v4 "
34
+ uses : " actions/checkout@v5 "
35
35
with :
36
36
path : " en"
37
37
repository : " php/doc-en"
38
38
39
39
- name : " Checkout php/doc-base"
40
- uses : " actions/checkout@v4 "
40
+ uses : " actions/checkout@v5 "
41
41
with :
42
42
path : " doc-base"
43
43
repository : " php/doc-base"
You can’t perform that action at this time.
0 commit comments