Skip to content

Commit 1ec179b

Browse files
committed
Try fixing caching; update to cache@v2
1 parent 6b361bb commit 1ec179b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
powershell.exe scripts/symlinks-to-hardlinks.ps1
2424
if: runner.os == 'Windows'
2525
- name: Cache cargo dependencies
26-
uses: actions/cache@v1
26+
uses: actions/cache@v2
2727
with:
2828
key: ${{ runner.os }}-rust_tests-${{ hashFiles('Cargo.lock') }}
2929
path: target
@@ -49,7 +49,7 @@ jobs:
4949
powershell.exe scripts/symlinks-to-hardlinks.ps1
5050
if: runner.os == 'Windows'
5151
- name: Cache cargo dependencies
52-
uses: actions/cache@v1
52+
uses: actions/cache@v2
5353
with:
5454
key: ${{ runner.os }}-snippets-${{ hashFiles('Cargo.lock') }}
5555
path: target
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@master
122122
- name: Cache cargo dependencies
123-
uses: actions/cache@v1
123+
uses: actions/cache@v2
124124
with:
125125
key: ${{ runner.os }}-wasm-${{ hashFiles('**/Cargo.lock') }}
126126
path: target

0 commit comments

Comments
 (0)