@@ -152,15 +152,15 @@ jobs:
152
152
run : |
153
153
cargo --version > Cargo.version
154
154
- name : Cache cargo registry
155
- uses : actions/cache@v3
155
+ uses : actions/cache@v4
156
156
continue-on-error : true
157
157
with :
158
158
path : ~/.cargo/registry/cache
159
159
key : ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
160
160
restore-keys : |
161
161
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
162
162
- name : Cache sccache output
163
- uses : actions/cache@v3
163
+ uses : actions/cache@v4
164
164
continue-on-error : true
165
165
with :
166
166
path : /home/runner/.cache/sccache
@@ -328,15 +328,15 @@ jobs:
328
328
run : |
329
329
cargo --version > Cargo.version
330
330
- name : Cache cargo registry
331
- uses : actions/cache@v3
331
+ uses : actions/cache@v4
332
332
continue-on-error : true
333
333
with :
334
334
path : ~/.cargo/registry/cache
335
335
key : ${{ runner.os }}-${{ matrix.conf }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
336
336
restore-keys : |
337
337
${{ runner.os }}-${{ matrix.conf }}-cargo-registry-
338
338
- name : Cache sccache output
339
- uses : actions/cache@v3
339
+ uses : actions/cache@v4
340
340
continue-on-error : true
341
341
with :
342
342
path : /Users/runner/Library/Caches/Mozilla.sccache
@@ -408,15 +408,15 @@ jobs:
408
408
run : |
409
409
cargo --version > Cargo.version
410
410
- name : Cache cargo registry
411
- uses : actions/cache@v3
411
+ uses : actions/cache@v4
412
412
continue-on-error : true
413
413
with :
414
414
path : ~/.cargo/registry/cache
415
415
key : ${{ runner.os }}-${{ matrix.conf }}-${{ matrix.target }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
416
416
restore-keys : |
417
417
${{ runner.os }}-${{ matrix.conf }}-${{ matrix.target }}-cargo-registry-
418
418
- name : Cache sccache output
419
- uses : actions/cache@v3
419
+ uses : actions/cache@v4
420
420
continue-on-error : true
421
421
with :
422
422
path : C:\sccache
0 commit comments