Skip to content

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 fbadc39 commit 736ce9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Expand Up @@ -33,7 +33,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

# Cache.
- name: Cargo cache registry, index and build
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 736ce9a

Please sign in to comment.