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