summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b57554..65ec56a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-check
uses: actions-rs/cargo@v1
with:
@@ -102,7 +102,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-test
uses: actions-rs/cargo@v1
with:
@@ -119,7 +119,7 @@ jobs:
with:
toolchain: 1.60.0
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- run: rustup component add clippy
- name: cargo-clippy
run: cargo clippy --all --all-targets -- -D warnings