Skip to content

Commit 4b5c8f7

Browse files
renovate[bot]shssoichiro
authored andcommitted
Update actions/cache action to v4
1 parent 3c3a26f commit 4b5c8f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rav1e.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,15 @@ jobs:
152152
run: |
153153
cargo --version > Cargo.version
154154
- name: Cache cargo registry
155-
uses: actions/cache@v3
155+
uses: actions/cache@v4
156156
continue-on-error: true
157157
with:
158158
path: ~/.cargo/registry/cache
159159
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
160160
restore-keys: |
161161
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
162162
- name: Cache sccache output
163-
uses: actions/cache@v3
163+
uses: actions/cache@v4
164164
continue-on-error: true
165165
with:
166166
path: /home/runner/.cache/sccache
@@ -328,15 +328,15 @@ jobs:
328328
run: |
329329
cargo --version > Cargo.version
330330
- name: Cache cargo registry
331-
uses: actions/cache@v3
331+
uses: actions/cache@v4
332332
continue-on-error: true
333333
with:
334334
path: ~/.cargo/registry/cache
335335
key: ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
336336
restore-keys: |
337337
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
338338
- name: Cache sccache output
339-
uses: actions/cache@v3
339+
uses: actions/cache@v4
340340
continue-on-error: true
341341
with:
342342
path: /Users/runner/Library/Caches/Mozilla.sccache
@@ -408,15 +408,15 @@ jobs:
408408
run: |
409409
cargo --version > Cargo.version
410410
- name: Cache cargo registry
411-
uses: actions/cache@v3
411+
uses: actions/cache@v4
412412
continue-on-error: true
413413
with:
414414
path: ~/.cargo/registry/cache
415415
key: ${{ runner.os }}-${{ matrix.conf }}-${{ matrix.target }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
416416
restore-keys: |
417417
${{ runner.os }}-${{ matrix.conf }}-${{ matrix.target }}-cargo-registry-
418418
- name: Cache sccache output
419-
uses: actions/cache@v3
419+
uses: actions/cache@v4
420420
continue-on-error: true
421421
with:
422422
path: C:\sccache

0 commit comments

Comments
 (0)