File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
name : Check
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- uses : actions-rs/toolchain@v1
12
12
with :
13
13
profile : minimal
21
21
name : Test Suite
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
25
25
- uses : actions-rs/toolchain@v1
26
26
with :
27
27
profile : minimal
35
35
name : Rustfmt
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
- uses : actions-rs/toolchain@v1
40
40
with :
41
41
profile : minimal
51
51
name : Clippy
52
52
runs-on : ubuntu-latest
53
53
steps :
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v4
55
55
- uses : actions-rs/toolchain@v1
56
56
with :
57
57
profile : minimal
You can’t perform that action at this time.
0 commit comments