From a457eb5f4073fac751c2d4f7cb063d903c48ff08 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 17 Dec 2022 01:35:56 +0900 Subject: [PATCH] chore: Update to Swatinem/rust-cache@v2 (#1196) --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f48854c..9a68fbe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: uses: arduino/setup-protoc@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Check fmt run: cargo fmt -- --check - name: Check features @@ -102,7 +102,7 @@ jobs: uses: arduino/setup-protoc@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - uses: actions/checkout@v3 - name: Run tests run: cargo test --all --all-features @@ -128,7 +128,7 @@ jobs: uses: arduino/setup-protoc@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Run interop tests run: ./interop/test.sh shell: bash