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

Commit

Permalink
Merge 4e5c16f into 6d2a74f
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 9, 2021
2 parents 6d2a74f + 4e5c16f commit 7e46d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -36,7 +36,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
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Expand Up @@ -31,7 +31,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 @@ -71,7 +71,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 @@ -113,7 +113,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 @@ -142,7 +142,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 7e46d9d

Please sign in to comment.