File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
56
56
steps :
57
57
- name : Clone Main Repo
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
with :
60
60
path : main
61
61
79
79
run : make -C main test-all
80
80
81
81
- name : Clone Wiki
82
- uses : actions/checkout@v2
82
+ uses : actions/checkout@v3
83
83
with :
84
84
repository : ${{github.repository}}.wiki
85
85
path : wiki
Original file line number Diff line number Diff line change 73
73
uses : docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # dependabot updates to latest release
74
74
75
75
- name : Clone Main Repo
76
- uses : actions/checkout@v2
76
+ uses : actions/checkout@v3
77
77
with :
78
78
path : main
79
79
97
97
run : make -C main test-all
98
98
99
99
- name : Clone Wiki
100
- uses : actions/checkout@v2
100
+ uses : actions/checkout@v3
101
101
with :
102
102
repository : ${{github.repository}}.wiki
103
103
path : wiki
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Clone Main Repo
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
29
29
- name : Fail to show, that we need manually update dockerhub overview page
30
30
run : exit 1
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Clone Main Repo
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
path : main
21
21
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout Repo
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
38
38
- name : Set Up Python
39
39
uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments