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 1818 - run : rustup override set ${{ env.RUST_VERSION }}
1919 - run : rustup component add clippy
2020 - run : rustup component add rustfmt
21- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
21+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
2222
2323 - run : cargo clippy --workspace -- -D warnings
2424 - run : cargo fmt --check --all
3232 submodules : true
3333
3434 - 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
3636 with :
3737 workspaces : " .\n zola" # needed to cache build of zola in ./zola/target
3838
5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454
5555 - 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
5757
5858 - run : cargo test -p front_matter -- --include-ignored date_is_set
5959
Original file line number Diff line number Diff line change 1515 with :
1616 submodules : true
1717 - 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
1919 with :
2020 workspaces : " .\n zola" # needed to cache build of zola in ./zola/target
2121
You can’t perform that action at this time.
0 commit comments