Skip to content

Commit

Permalink
Merge 0d4be25 into 64083be
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 9, 2021
2 parents 64083be + 0d4be25 commit e3863ab
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 @@ -38,7 +38,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 @@ -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 @@ -70,7 +70,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 @@ -141,7 +141,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 e3863ab

Please sign in to comment.