Skip to content

Commit c49ca5e

Browse files
Luni-4barrbrain
authored andcommitted
CI: Update cache action
1 parent 68c4f8f commit c49ca5e

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
@@ -148,7 +148,7 @@ jobs:
148148
echo "$DAV1D_DEV_SHA256 libdav1d-dev_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
149149
echo "$DAV1D_LIB_SHA256 libdav1d4_${DAV1D_VERSION}_amd64.deb" >> CHECKSUMS
150150
- name: Cache packages
151-
uses: actions/cache@v1
151+
uses: actions/cache@v2
152152
continue-on-error: true
153153
id: debs
154154
with:
@@ -192,15 +192,15 @@ jobs:
192192
cargo update
193193
cargo --version > Cargo.version
194194
- name: Cache cargo registry
195-
uses: actions/cache@v1
195+
uses: actions/cache@v2
196196
continue-on-error: true
197197
with:
198198
path: ~/.cargo/registry/cache
199199
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
200200
restore-keys: |
201201
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
202202
- name: Cache sccache output
203-
uses: actions/cache@v1
203+
uses: actions/cache@v2
204204
continue-on-error: true
205205
with:
206206
path: /home/runner/.cache/sccache
@@ -327,15 +327,15 @@ jobs:
327327
cargo update
328328
cargo --version > Cargo.version
329329
- name: Cache cargo registry
330-
uses: actions/cache@v1
330+
uses: actions/cache@v2
331331
continue-on-error: true
332332
with:
333333
path: ~/.cargo/registry/cache
334334
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
335335
restore-keys: |
336336
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
337337
- name: Cache sccache output
338-
uses: actions/cache@v1
338+
uses: actions/cache@v2
339339
continue-on-error: true
340340
with:
341341
path: /Users/runner/Library/Caches/Mozilla.sccache
@@ -426,15 +426,15 @@ jobs:
426426
cargo update
427427
cargo --version > Cargo.version
428428
- name: Cache cargo registry
429-
uses: actions/cache@v1
429+
uses: actions/cache@v2
430430
continue-on-error: true
431431
with:
432432
path: ~/.cargo/registry/cache
433433
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
434434
restore-keys: |
435435
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
436436
- name: Cache sccache output
437-
uses: actions/cache@v1
437+
uses: actions/cache@v2
438438
continue-on-error: true
439439
with:
440440
path: C:\sccache

0 commit comments

Comments
 (0)