File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments