File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ${{ matrix.os }}
13
13
14
14
steps :
15
- - uses : actions/checkout@v2.3.4
15
+ - uses : actions/checkout@v2
16
16
17
17
- name : Install Rust
18
18
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 14
14
rust : [stable, nightly]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2.3.4
17
+ - uses : actions/checkout@v2
18
18
19
19
- name : Restore cargo cache
20
20
48
48
name : Rustfmt
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v2.3.4
51
+ - uses : actions/checkout@v2
52
52
- name : Install Rust
53
53
uses : actions-rs/toolchain@v1
54
54
with :
60
60
name : Security audit
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v2.3.4
63
+ - uses : actions/checkout@v2
64
64
- uses : actions-rs/audit-check@v1
65
65
with :
66
66
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments