File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
with :
37
37
ref : ${{ github.event.pull_request.head.sha }}
38
38
fetch-depth : 20
76
76
77
77
steps :
78
78
- name : Checkout repository
79
- uses : actions/checkout@v2
79
+ uses : actions/checkout@v3
80
80
81
81
- name : Install Rust toolchain
82
82
uses : actions-rs/toolchain@v1
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
steps :
114
114
- name : Checkout repository
115
- uses : actions/checkout@v2
115
+ uses : actions/checkout@v3
116
116
117
117
- name : Install Nodejs
118
118
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Install Rust toolchain
23
23
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- name : Checkout repository
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : ${{ env.FETCH_DEPTH }}
57
57
@@ -152,7 +152,7 @@ jobs:
152
152
run : apk add --no-cache git clang lld musl-dev nodejs npm
153
153
154
154
- name : Checkout repository
155
- uses : actions/checkout@v2
155
+ uses : actions/checkout@v3
156
156
with :
157
157
fetch-depth : ${{ env.FETCH_DEPTH }}
158
158
@@ -197,7 +197,7 @@ jobs:
197
197
- run : ' echo "TAG: $TAG"'
198
198
199
199
- name : Checkout repository
200
- uses : actions/checkout@v2
200
+ uses : actions/checkout@v3
201
201
with :
202
202
fetch-depth : ${{ env.FETCH_DEPTH }}
203
203
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Install Rust toolchain
23
23
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments