File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
github_token : " ${{ secrets.github_token }}"
38
38
39
39
- name : Checkout
40
- uses : actions/checkout@v2.3.3
40
+ uses : actions/checkout@v3.0.2
41
41
42
42
- name : Install toolchain
43
43
run : rustup show active-toolchain
Original file line number Diff line number Diff line change 25
25
github_token : " ${{ secrets.github_token }}"
26
26
27
27
- name : Checkout
28
- uses : actions/checkout@v2.3.3
28
+ uses : actions/checkout@v3.0.2
29
29
with :
30
30
ref : ${{ github.ref }}
31
31
88
88
if : matrix.host == 'i686-unknown-linux-gnu'
89
89
90
90
- name : Checkout
91
- uses : actions/checkout@v2.3.3
91
+ uses : actions/checkout@v3.0.2
92
92
93
93
- name : Install toolchain
94
94
run : rustup show active-toolchain
@@ -154,7 +154,7 @@ jobs:
154
154
github_token : " ${{ secrets.github_token }}"
155
155
156
156
- name : Checkout
157
- uses : actions/checkout@v2.3.3
157
+ uses : actions/checkout@v3.0.2
158
158
159
159
- name : Install toolchain
160
160
run : rustup show active-toolchain
@@ -212,7 +212,7 @@ jobs:
212
212
github_token : " ${{ secrets.github_token }}"
213
213
214
214
- name : Checkout
215
- uses : actions/checkout@v2.3.3
215
+ uses : actions/checkout@v3.0.2
216
216
217
217
- name : Install toolchain
218
218
run : rustup show active-toolchain
Original file line number Diff line number Diff line change 23
23
steps :
24
24
# Setup
25
25
- name : Checkout
26
- uses : actions/checkout@v2.3.3
26
+ uses : actions/checkout@v3.0.2
27
27
28
28
# Run
29
29
- name : Build
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
steps :
22
22
# Setup
23
23
- name : Checkout
24
- uses : actions/checkout@v2.3.3
24
+ uses : actions/checkout@v3.0.2
25
25
26
26
- name : Checkout
27
- uses : actions/checkout@v2.3.3
27
+ uses : actions/checkout@v3.0.2
28
28
with :
29
29
ref : ${{ env.TARGET_BRANCH }}
30
30
path : ' out'
Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Setup
18
18
- name : Checkout
19
- uses : actions/checkout@v2.3.3
19
+ uses : actions/checkout@v3.0.2
20
20
21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v1.4.4
You can’t perform that action at this time.
0 commit comments