Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-bin: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run clippy
run: cargo clippy --no-deps --all-targets -- -D warnings
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run fmt
run: cargo fmt --all -- --check
Expand Down Expand Up @@ -193,10 +193,10 @@ jobs:
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run cargo-machete
uses: bnjbvr/cargo-machete@v0.9.1
uses: bnjbvr/cargo-machete@v0.9.2

minimal-versions:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
uses: taiki-e/install-action@cargo-hack

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run cargo check with minimal versions
run: |
Expand Down
Loading