Skip to content

Commit c85e6ba

Browse files
Update Swatinem/rust-cache action to v2.8.0 (#1658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9c4710 commit c85e6ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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: ".\nzola" # needed to cache build of zola in ./zola/target
3838

@@ -53,7 +53,7 @@ jobs:
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

.github/workflows/snapshot_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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: ".\nzola" # needed to cache build of zola in ./zola/target
2121

0 commit comments

Comments
 (0)