ci: update Swatinem/rust-cache action to v2 (#5320)

This commit is contained in:
Taiki Endo
2022-12-28 02:20:12 +09:00
committed by GitHub
parent 353e5cabb8
commit b75dba6904
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.rust_stable }}
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: loom ${{ matrix.scope }}
run: cargo test --lib --release --features full -- --nocapture $SCOPE
working-directory: tokio