Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
chore(cicd): Update cache action version to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 9, 2021
1 parent c71a361 commit 89ba46d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 89ba46d

Please sign in to comment.