File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
name : Build and check formatting
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : Install latest Rust
12
12
uses : actions-rust-lang/setup-rust-toolchain@v1
13
13
with :
20
20
name : MSRV - Build and check formatting
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Install Rust MSRV
25
25
uses : actions-rust-lang/setup-rust-toolchain@v1
26
26
with :
Original file line number Diff line number Diff line change 16
16
name : Check for unused dependencies
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
ref : " ${{ github.event.inputs.rev }}"
22
22
- name : Install latest Rust
32
32
name : Check for crates with security vulnerabilities
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
ref : " ${{ github.event.inputs.rev }}"
38
38
- name : Install latest Rust
48
48
name : Calculate coverage from tests
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
ref : " ${{ github.event.inputs.rev }}"
54
54
- name : Execute tarpaulin
You can’t perform that action at this time.
0 commit comments