File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- run : rustup override set ${{ env.RUST_VERSION }}
19
19
- run : rustup component add clippy
20
20
- run : rustup component add rustfmt
21
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
21
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
22
22
23
23
- run : cargo clippy --workspace -- -D warnings
24
24
- run : cargo fmt --check --all
32
32
submodules : true
33
33
34
34
- run : rustup override set ${{ env.RUST_VERSION }}
35
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
35
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36
36
with :
37
37
workspaces : " .\n zola" # needed to cache build of zola in ./zola/target
38
38
53
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54
54
55
55
- run : rustup override set ${{ env.RUST_VERSION }}
56
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
56
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
57
57
58
58
- run : cargo test -p front_matter -- --include-ignored date_is_set
59
59
Original file line number Diff line number Diff line change 15
15
with :
16
16
submodules : true
17
17
- run : rustup override set ${{ env.RUST_VERSION }}
18
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
18
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
19
19
with :
20
20
workspaces : " .\n zola" # needed to cache build of zola in ./zola/target
21
21
You can’t perform that action at this time.
0 commit comments