From dc3395e67bed7ee46ee0200ebeb9bb950e4babcc Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Sun, 24 Apr 2022 19:27:30 +0800 Subject: [PATCH] use custom cache action --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9be4d6ac8..94c18eaed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: components: rustfmt, rust-src - name: Cache Rust Dependencies - uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c + uses: Brendonovich/rust-cache@v1 with: sharedKey: all-${{ matrix.platform }} @@ -128,7 +128,7 @@ jobs: components: rustfmt, rust-src - name: Cache Rust Dependencies - uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c + uses: Brendonovich/rust-cache@v1 with: sharedKey: all-${{ matrix.platform }} @@ -176,7 +176,7 @@ jobs: components: rustfmt, rust-src - name: Cache Rust Dependencies - uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c + uses: Brendonovich/rust-cache@v1 with: sharedKey: all-${{ matrix.platform }}