File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
env :
20
20
PR_INFO_FILE : " .PR_INFO"
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Setup node
24
24
uses : actions/setup-node@v3
25
25
with :
Original file line number Diff line number Diff line change 10
10
name : Rustfmt
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : actions-rs/toolchain@v1
15
15
with :
16
16
toolchain : stable
38
38
name : Clippy
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- uses : actions-rs/toolchain@v1
43
43
with :
44
44
toolchain : stable
Original file line number Diff line number Diff line change 18
18
exit 1
19
19
20
20
# need to checkout to get "firebase.json", ".firebaserc"
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
23
23
- name : Download build artifact
24
24
uses : dawidd6/action-download-artifact@v2
Original file line number Diff line number Diff line change 10
10
name : Native Tests
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : actions-rs/toolchain@v1
15
15
with :
16
16
toolchain : stable
38
38
name : Browser Tests
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- uses : actions-rs/toolchain@v1
43
43
with :
44
44
toolchain : stable
80
80
name : Test gloo-worker
81
81
runs-on : ubuntu-latest
82
82
steps :
83
- - uses : actions/checkout@v2
83
+ - uses : actions/checkout@v3
84
84
- uses : actions-rs/toolchain@v1
85
85
with :
86
86
toolchain : stable
@@ -135,7 +135,7 @@ jobs:
135
135
- 8081:8080
136
136
137
137
steps :
138
- - uses : actions/checkout@v2
138
+ - uses : actions/checkout@v3
139
139
- uses : actions-rs/toolchain@v1
140
140
with :
141
141
toolchain : stable
You can’t perform that action at this time.
0 commit comments