7575 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
7676 shell : bash
7777 - name : Cache cargo registry and git trees
78- uses : actions/cache@v3
78+ uses : actions/cache@v4
7979 with :
8080 path : |
8181 ~/.cargo/registry
8787 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
8888 shell : bash
8989 - name : Cache cargo build
90- uses : actions/cache@v3
90+ uses : actions/cache@v4
9191 with :
9292 path : target
9393 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:
212212 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
213213 shell : bash
214214 - name : Cache cargo registry and git trees
215- uses : actions/cache@v3
215+ uses : actions/cache@v4
216216 with :
217217 path : |
218218 ~/.cargo/registry
@@ -224,7 +224,7 @@ jobs:
224224 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
225225 shell : bash
226226 - name : Cache cargo build
227- uses : actions/cache@v3
227+ uses : actions/cache@v4
228228 with :
229229 path : target
230230 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:
354354 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
355355 shell : bash
356356 - name : Cache cargo registry and git trees
357- uses : actions/cache@v3
357+ uses : actions/cache@v4
358358 with :
359359 path : |
360360 ~/.cargo/registry
@@ -366,7 +366,7 @@ jobs:
366366 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
367367 shell : bash
368368 - name : Cache cargo build
369- uses : actions/cache@v3
369+ uses : actions/cache@v4
370370 with :
371371 path : target
372372 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:
475475 run : |
476476 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
477477 - name : Cache cargo registry and git trees
478- uses : actions/cache@v3
478+ uses : actions/cache@v4
479479 with :
480480 path : |
481481 ~/.cargo/registry
@@ -487,7 +487,7 @@ jobs:
487487 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
488488 shell : bash
489489 - name : Cache cargo build
490- uses : actions/cache@v3
490+ uses : actions/cache@v4
491491 with :
492492 path : target
493493 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:
624624 run : |
625625 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
626626 - name : Cache cargo registry and git trees
627- uses : actions/cache@v3
627+ uses : actions/cache@v4
628628 with :
629629 path : |
630630 ~/.cargo/registry
@@ -636,7 +636,7 @@ jobs:
636636 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
637637 shell : bash
638638 - name : Cache cargo build
639- uses : actions/cache@v3
639+ uses : actions/cache@v4
640640 with :
641641 path : target
642642 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:
799799 run : |
800800 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
801801 - name : Cache cargo registry and git trees
802- uses : actions/cache@v3
802+ uses : actions/cache@v4
803803 with :
804804 path : |
805805 ~/.cargo/registry
@@ -811,7 +811,7 @@ jobs:
811811 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
812812 shell : bash
813813 - name : Cache cargo build
814- uses : actions/cache@v3
814+ uses : actions/cache@v4
815815 with :
816816 path : target
817817 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:
938938 run : |
939939 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
940940 - name : Cache cargo registry and git trees
941- uses : actions/cache@v3
941+ uses : actions/cache@v4
942942 with :
943943 path : |
944944 ~/.cargo/registry
@@ -950,7 +950,7 @@ jobs:
950950 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
951951 shell : bash
952952 - name : Cache cargo build
953- uses : actions/cache@v3
953+ uses : actions/cache@v4
954954 with :
955955 path : target
956956 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:
10791079 run : |
10801080 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
10811081 - name : Cache cargo registry and git trees
1082- uses : actions/cache@v3
1082+ uses : actions/cache@v4
10831083 with :
10841084 path : |
10851085 ~/.cargo/registry
@@ -1091,7 +1091,7 @@ jobs:
10911091 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
10921092 shell : bash
10931093 - name : Cache cargo build
1094- uses : actions/cache@v3
1094+ uses : actions/cache@v4
10951095 with :
10961096 path : target
10971097 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