Skip to content

Commit 5cb34be

Browse files
Luni-4barrbrain
authored andcommitted
CI: Update cache action
1 parent 863909b commit 5cb34be

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/rav1e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
echo "$DAV1D_DEV_SHA256 libdav1d-dev_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
147147
echo "$DAV1D_LIB_SHA256 libdav1d4_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
148148
- name: Cache packages
149-
uses: actions/cache@v1
149+
uses: actions/cache@v2
150150
continue-on-error: true
151151
id: debs
152152
with:
@@ -190,15 +190,15 @@ jobs:
190190
cargo update
191191
cargo --version > Cargo.version
192192
- name: Cache cargo registry
193-
uses: actions/cache@v1
193+
uses: actions/cache@v2
194194
continue-on-error: true
195195
with:
196196
path: ~/.cargo/registry/cache
197197
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
198198
restore-keys: |
199199
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
200200
- name: Cache sccache output
201-
uses: actions/cache@v1
201+
uses: actions/cache@v2
202202
continue-on-error: true
203203
with:
204204
path: /home/runner/.cache/sccache
@@ -325,15 +325,15 @@ jobs:
325325
cargo update
326326
cargo --version > Cargo.version
327327
- name: Cache cargo registry
328-
uses: actions/cache@v1
328+
uses: actions/cache@v2
329329
continue-on-error: true
330330
with:
331331
path: ~/.cargo/registry/cache
332332
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
333333
restore-keys: |
334334
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
335335
- name: Cache sccache output
336-
uses: actions/cache@v1
336+
uses: actions/cache@v2
337337
continue-on-error: true
338338
with:
339339
path: /Users/runner/Library/Caches/Mozilla.sccache
@@ -424,15 +424,15 @@ jobs:
424424
cargo update
425425
cargo --version > Cargo.version
426426
- name: Cache cargo registry
427-
uses: actions/cache@v1
427+
uses: actions/cache@v2
428428
continue-on-error: true
429429
with:
430430
path: ~/.cargo/registry/cache
431431
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
432432
restore-keys: |
433433
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
434434
- name: Cache sccache output
435-
uses: actions/cache@v1
435+
uses: actions/cache@v2
436436
continue-on-error: true
437437
with:
438438
path: C:\sccache

0 commit comments

Comments
 (0)