From 89f023190f108257ea2aa1ae1e0479868a335348 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 16 Feb 2021 16:52:36 +1100 Subject: [PATCH] Explicitly depend on v2.1.4 as the rolling tag is not yet updated See: https://github.com/actions/cache/issues/528 --- .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 74f420de..c3134b88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Cache ~/.cargo/bin directory id: cache-cargo-bin - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: ~/.cargo/bin key: ubuntu-rust-${{ hashFiles('rust-toolchain') }}-cargo-bin-directory-v1 @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v2 - name: Cache target directory and cargo registry - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | target @@ -112,7 +112,7 @@ jobs: uses: actions/checkout@v2 - name: Cache target directory and cargo registry - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | target