File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
# Checkout the repository.
12
12
- name : Checkout the repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
token : ${{ secrets.GH_TOKEN }}
16
16
id : checkout
Original file line number Diff line number Diff line change 27
27
#
28
28
# Checkout the repository.
29
29
#
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
id : checkout
32
32
33
33
#
95
95
#
96
96
# Checkout the repository.
97
97
#
98
- - uses : actions/checkout@v2
98
+ - uses : actions/checkout@v3
99
99
id : checkout
100
100
101
101
#
Original file line number Diff line number Diff line change 69
69
# Checkout the repository.
70
70
#
71
71
- name : Checkout project
72
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
73
73
with :
74
74
ref : ${{ env.GITHUB_PR_HEAD_SHA }}
75
75
Original file line number Diff line number Diff line change 23
23
#
24
24
# Checkout the repository.
25
25
#
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
id : checkout
28
28
29
29
#
Original file line number Diff line number Diff line change 12
12
steps :
13
13
# Checkout the repository.
14
14
- name : Checkout the repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
17
17
# Create date variable
18
18
- name : Create Date Variable
55
55
steps :
56
56
# Checkout the repository.
57
57
- name : Checkout the repository
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
with :
60
60
token : ${{ secrets.GH_TOKEN }}
61
61
id : checkout
72
72
73
73
# Clone lotus repo into repo-to-crawl folder
74
74
- name : Clone lotus repo
75
- uses : actions/checkout@v2
75
+ uses : actions/checkout@v3
76
76
with :
77
77
repository : filecoin-project/lotus
78
78
path : repo-to-crawl
You can’t perform that action at this time.
0 commit comments