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 15
15
- aarch64-unknown-linux-gnu
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions-rs/cargo@v1
20
20
with :
21
21
command : test
40
40
- x86_64-unknown-linux-gnu
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : actions-rs/toolchain@v1
45
45
with :
46
46
toolchain : nightly
69
69
- aarch64-unknown-linux-gnu
70
70
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
- uses : actions-rs/toolchain@v1
74
74
with :
75
75
toolchain : ${{ matrix.toolchain }}
85
85
name : fmt
86
86
runs-on : ubuntu-latest
87
87
steps :
88
- - uses : actions/checkout@v3
88
+ - uses : actions/checkout@v4
89
89
- name : Install Rust
90
90
run : rustup update stable
91
91
- name : Install rustfmt
You can’t perform that action at this time.
0 commit comments