We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d6c24 commit 450523cCopy full SHA for 450523c
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: rustup override set ${{ env.RUST_VERSION }}
19
- run: rustup component add clippy
20
- run: rustup component add rustfmt
21
- - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
+ - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
22
23
- run: cargo clippy --workspace -- -D warnings
24
- run: cargo fmt --check --all
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
31
32
33
34
- run: cargo run
35
- run: cp CNAME ./site/
0 commit comments