From 89ba46d547229ef9cd5480ba89cd4eae1e1e84d6 Mon Sep 17 00:00:00 2001 From: Stephen Coyle Date: Tue, 9 Feb 2021 09:48:23 +0000 Subject: [PATCH] chore(cicd): Update cache action version to v2.1.4 --- .github/workflows/master.yml | 3 +-- .github/workflows/pr.yml | 12 ++++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ae3ddea..2da0058 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -36,8 +36,7 @@ jobs: # Cache. - name: Cargo cache registry, index and build - if: matrix.os != 'macOS-latest' - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 29afee1..051f71c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,8 +31,7 @@ jobs: # Cache. - name: Cargo cache registry, index and build - if: matrix.os != 'macOS-latest' - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -72,8 +71,7 @@ jobs: # Cache. - name: Cargo cache registry, index and build - if: matrix.os != 'macOS-latest' - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -115,8 +113,7 @@ jobs: # Cache. - name: Cargo cache registry, index and build - if: matrix.os != 'macOS-latest' - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry @@ -145,8 +142,7 @@ jobs: # Cache. - name: Cargo cache registry, index and build - if: matrix.os != 'macOS-latest' - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.cargo/registry