File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
- name : Update Rust toolchain
37
37
run : rustup update
38
38
- name : Rust Cache
39
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
39
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
40
40
- name : Cargo build
41
41
run : cargo build --locked
42
42
- name : Output CHANGELOG
Original file line number Diff line number Diff line change 39
39
- name : Update Rust toolchain
40
40
run : rustup update
41
41
- name : Rust Cache
42
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
42
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
43
43
- name : Cargo build
44
44
run : cargo build --locked
45
45
- name : Output CHANGELOG
Original file line number Diff line number Diff line change 23
23
# which include the latest stable release of Rust, Rustup, Clippy and rustfmt.
24
24
run : rustup update
25
25
- name : Rust Cache
26
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
26
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
27
27
- name : Clippy
28
28
# Using --all-targets so tests are checked and --deny to fail on warnings.
29
29
run : cargo clippy --all-targets --all-features --locked -- --deny warnings
42
42
- name : Update Rust toolchain
43
43
run : rustup update
44
44
- name : Rust Cache
45
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
45
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
46
46
- name : Run unit tests
47
47
run : cargo test --all-features --locked
48
48
62
62
- name : Update Rust toolchain
63
63
run : rustup update
64
64
- name : Rust Cache
65
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
66
66
- name : Cargo build (to make test logs shorter)
67
67
run : cargo build --locked
68
68
- name : Output CHANGELOG
88
88
- name : Update Rust toolchain
89
89
run : rustup update
90
90
- name : Rust Cache
91
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
91
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
92
92
- name : Cargo build (to make test logs shorter)
93
93
run : cargo build --locked
94
94
- name : Output CHANGELOG
You can’t perform that action at this time.
0 commit comments