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 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Check fmt
11
11
run : cargo fmt -- --check
12
12
13
13
msrv :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- run : cargo check
19
19
20
20
minimal-versions :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Install tools
25
25
run : cargo install cargo-hack cargo-minimal-versions
26
26
- name : Install nightly rust
46
46
RUSTFLAGS : -C instrument-coverage
47
47
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- name : Install coverage reporter (llvm-tools-preview)
51
51
if : runner.os == 'Linux'
52
52
run : rustup component add llvm-tools-preview
You can’t perform that action at this time.
0 commit comments