diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28ed10b..b9e62fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: toolchain: ${{ steps.get-rust-version.outputs.RUST_VERSION }} components: rustfmt, clippy, llvm-tools-preview - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Run cargo fmt run: cargo fmt --all -- --check - name: Lint code with Clippy