File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 components : rustfmt
3333 - uses : Swatinem/rust-cache@v2
34- - uses : mozilla-actions/sccache-action@v0.0.7
34+ - uses : mozilla-actions/sccache-action@v0.0.8
3535 - run : cargo fmt --all -- --check
3636
3737 style_lint :
4747 with :
4848 components : clippy
4949 - uses : Swatinem/rust-cache@v2
50- - uses : mozilla-actions/sccache-action@v0.0.7
50+ - uses : mozilla-actions/sccache-action@v0.0.8
5151 - uses : DavidAnson/markdownlint-cli2-action@v19
5252 with :
5353 fix : true
7878 - uses : actions/checkout@v4
7979 - uses : dtolnay/rust-toolchain@stable
8080 - uses : Swatinem/rust-cache@v2
81- - uses : mozilla-actions/sccache-action@v0.0.7
81+ - uses : mozilla-actions/sccache-action@v0.0.8
8282 - name : Build/Test Info
8383 shell : bash
8484 run : |
@@ -153,7 +153,7 @@ jobs:
153153 toolchain : ${{ steps.vars.outputs.TOOLCHAIN }}
154154 components : llvm-tools
155155 - uses : Swatinem/rust-cache@v2
156- - uses : mozilla-actions/sccache-action@v0.0.7
156+ - uses : mozilla-actions/sccache-action@v0.0.8
157157 - run : cargo install grcov
158158 - name : Test
159159 shell : bash
You can’t perform that action at this time.
0 commit comments