@@ -148,7 +148,7 @@ jobs:
148
148
echo "$DAV1D_DEV_SHA256 libdav1d-dev_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
149
149
echo "$DAV1D_LIB_SHA256 libdav1d4_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
150
150
- name : Cache packages
151
- uses : actions/cache@v1
151
+ uses : actions/cache@v2
152
152
continue-on-error : true
153
153
id : debs
154
154
with :
@@ -192,15 +192,15 @@ jobs:
192
192
cargo update
193
193
cargo --version > Cargo.version
194
194
- name : Cache cargo registry
195
- uses : actions/cache@v1
195
+ uses : actions/cache@v2
196
196
continue-on-error : true
197
197
with :
198
198
path : ~/.cargo/registry/cache
199
199
key : ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
200
200
restore-keys : |
201
201
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
202
202
- name : Cache sccache output
203
- uses : actions/cache@v1
203
+ uses : actions/cache@v2
204
204
continue-on-error : true
205
205
with :
206
206
path : /home/runner/.cache/sccache
@@ -327,15 +327,15 @@ jobs:
327
327
cargo update
328
328
cargo --version > Cargo.version
329
329
- name : Cache cargo registry
330
- uses : actions/cache@v1
330
+ uses : actions/cache@v2
331
331
continue-on-error : true
332
332
with :
333
333
path : ~/.cargo/registry/cache
334
334
key : ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
335
335
restore-keys : |
336
336
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
337
337
- name : Cache sccache output
338
- uses : actions/cache@v1
338
+ uses : actions/cache@v2
339
339
continue-on-error : true
340
340
with :
341
341
path : /Users/runner/Library/Caches/Mozilla.sccache
@@ -426,15 +426,15 @@ jobs:
426
426
cargo update
427
427
cargo --version > Cargo.version
428
428
- name : Cache cargo registry
429
- uses : actions/cache@v1
429
+ uses : actions/cache@v2
430
430
continue-on-error : true
431
431
with :
432
432
path : ~/.cargo/registry/cache
433
433
key : ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
434
434
restore-keys : |
435
435
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
436
436
- name : Cache sccache output
437
- uses : actions/cache@v1
437
+ uses : actions/cache@v2
438
438
continue-on-error : true
439
439
with :
440
440
path : C:\sccache
0 commit comments