75
75
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
76
76
shell : bash
77
77
- name : Cache cargo registry and git trees
78
- uses : actions/cache@v3
78
+ uses : actions/cache@v4
79
79
with :
80
80
path : |
81
81
~/.cargo/registry
87
87
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
88
88
shell : bash
89
89
- name : Cache cargo build
90
- uses : actions/cache@v3
90
+ uses : actions/cache@v4
91
91
with :
92
92
path : target
93
93
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -212,7 +212,7 @@ jobs:
212
212
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
213
213
shell : bash
214
214
- name : Cache cargo registry and git trees
215
- uses : actions/cache@v3
215
+ uses : actions/cache@v4
216
216
with :
217
217
path : |
218
218
~/.cargo/registry
@@ -224,7 +224,7 @@ jobs:
224
224
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
225
225
shell : bash
226
226
- name : Cache cargo build
227
- uses : actions/cache@v3
227
+ uses : actions/cache@v4
228
228
with :
229
229
path : target
230
230
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -354,7 +354,7 @@ jobs:
354
354
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
355
355
shell : bash
356
356
- name : Cache cargo registry and git trees
357
- uses : actions/cache@v3
357
+ uses : actions/cache@v4
358
358
with :
359
359
path : |
360
360
~/.cargo/registry
@@ -366,7 +366,7 @@ jobs:
366
366
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
367
367
shell : bash
368
368
- name : Cache cargo build
369
- uses : actions/cache@v3
369
+ uses : actions/cache@v4
370
370
with :
371
371
path : target
372
372
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -475,7 +475,7 @@ jobs:
475
475
run : |
476
476
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
477
477
- name : Cache cargo registry and git trees
478
- uses : actions/cache@v3
478
+ uses : actions/cache@v4
479
479
with :
480
480
path : |
481
481
~/.cargo/registry
@@ -487,7 +487,7 @@ jobs:
487
487
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
488
488
shell : bash
489
489
- name : Cache cargo build
490
- uses : actions/cache@v3
490
+ uses : actions/cache@v4
491
491
with :
492
492
path : target
493
493
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -624,7 +624,7 @@ jobs:
624
624
run : |
625
625
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
626
626
- name : Cache cargo registry and git trees
627
- uses : actions/cache@v3
627
+ uses : actions/cache@v4
628
628
with :
629
629
path : |
630
630
~/.cargo/registry
@@ -636,7 +636,7 @@ jobs:
636
636
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
637
637
shell : bash
638
638
- name : Cache cargo build
639
- uses : actions/cache@v3
639
+ uses : actions/cache@v4
640
640
with :
641
641
path : target
642
642
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -799,7 +799,7 @@ jobs:
799
799
run : |
800
800
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
801
801
- name : Cache cargo registry and git trees
802
- uses : actions/cache@v3
802
+ uses : actions/cache@v4
803
803
with :
804
804
path : |
805
805
~/.cargo/registry
@@ -811,7 +811,7 @@ jobs:
811
811
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
812
812
shell : bash
813
813
- name : Cache cargo build
814
- uses : actions/cache@v3
814
+ uses : actions/cache@v4
815
815
with :
816
816
path : target
817
817
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -938,7 +938,7 @@ jobs:
938
938
run : |
939
939
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
940
940
- name : Cache cargo registry and git trees
941
- uses : actions/cache@v3
941
+ uses : actions/cache@v4
942
942
with :
943
943
path : |
944
944
~/.cargo/registry
@@ -950,7 +950,7 @@ jobs:
950
950
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
951
951
shell : bash
952
952
- name : Cache cargo build
953
- uses : actions/cache@v3
953
+ uses : actions/cache@v4
954
954
with :
955
955
path : target
956
956
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1079,7 +1079,7 @@ jobs:
1079
1079
run : |
1080
1080
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
1081
1081
- name : Cache cargo registry and git trees
1082
- uses : actions/cache@v3
1082
+ uses : actions/cache@v4
1083
1083
with :
1084
1084
path : |
1085
1085
~/.cargo/registry
@@ -1091,7 +1091,7 @@ jobs:
1091
1091
echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
1092
1092
shell : bash
1093
1093
- name : Cache cargo build
1094
- uses : actions/cache@v3
1094
+ uses : actions/cache@v4
1095
1095
with :
1096
1096
path : target
1097
1097
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ runner.os }}-cargo-clippy-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
0 commit comments