Skip to content

Commit

Permalink
update to swatinem/rust-cache@v2
Browse files Browse the repository at this point in the history
rust-cache@v1 seems to generate some deprecation warnings, so better
update to v2.

Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
petreeftime committed Apr 23, 2023
1 parent 59213cd commit 2fac169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- name: cargo-check
uses: actions-rs/cargo@v1
with:
Expand All @@ -51,7 +51,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- name: cargo-test
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
toolchain: 1.67.0
components: clippy
- uses: swatinem/rust-cache@v1
- uses: swatinem/rust-cache@v2
- name: cargo-clippy
run: cargo clippy --all --all-targets --all-features

Expand Down

0 comments on commit 2fac169

Please sign in to comment.