Skip to content

Commit 450523c

Browse files
Update Swatinem/rust-cache action to v2.7.8 (#1530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09d6c24 commit 450523c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
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@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
21+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
2222

2323
- run: cargo clippy --workspace -- -D warnings
2424
- run: cargo fmt --check --all
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030

3131
- run: rustup override set ${{ env.RUST_VERSION }}
32-
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
32+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3333

3434
- run: cargo run
3535
- run: cp CNAME ./site/

0 commit comments

Comments
 (0)