Skip to content

Commit

Permalink
ci: Update cargo-cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Dec 17, 2024
1 parent 88927fa commit fdbbf3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Leafwing-Studios/cargo-cache@v2
- uses: Leafwing-Studios/cargo-cache@v2.5.0
with:
sweep-cache: true
- name: Tests
Expand All @@ -55,7 +55,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Leafwing-Studios/cargo-cache@v2
- uses: Leafwing-Studios/cargo-cache@v2.5.0
with:
sweep-cache: true
- name: Generate code coverage
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
components: rust-src
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Leafwing-Studios/cargo-cache@v2
- uses: Leafwing-Studios/cargo-cache@v2.5.0
with:
sweep-cache: true
- name: Test with Sanitizer
Expand All @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: Leafwing-Studios/cargo-cache@v2
- uses: Leafwing-Studios/cargo-cache@v2.5.0
with:
sweep-cache: true
- uses: taiki-e/install-action@cargo-hack
Expand All @@ -120,7 +120,7 @@ jobs:
submodules: recursive
- name: Install Rust
run: rustup update stable
- uses: Leafwing-Studios/cargo-cache@v2
- uses: Leafwing-Studios/cargo-cache@v2.5.0
with:
sweep-cache: true
- name: Run Clippy with reviewdog
Expand Down

0 comments on commit fdbbf3c

Please sign in to comment.