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@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
21
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
22
22
23
23
- run : cargo clippy --workspace -- -D warnings
24
24
- run : cargo fmt --check --all
30
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
31
32
32
- run : rustup override set ${{ env.RUST_VERSION }}
33
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
33
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
34
34
- name : Install Zola
35
35
run : cargo install --locked --git https://github.com/getzola/zola --rev 45d3f8d6285f0b47013c5fa31eb405332118af8b
36
36
51
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52
52
53
53
- run : rustup override set ${{ env.RUST_VERSION }}
54
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
54
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
55
55
56
56
- run : cargo test -p front_matter -- --include-ignored date_is_set
57
57
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
- run : rustup override set ${{ env.RUST_VERSION }}
16
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
16
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
17
17
- name : Install Zola
18
18
run : cargo install --locked --git https://github.com/getzola/zola --rev 45d3f8d6285f0b47013c5fa31eb405332118af8b
19
19
You can’t perform that action at this time.
0 commit comments