9393 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
9494 shell : bash
9595 - name : Cache cargo registry and git trees
96- uses : actions/cache@v4
96+ uses : actions/cache@v5
9797 with :
9898 path : |
9999 ~/.cargo/registry
@@ -105,7 +105,7 @@ jobs:
105105 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
106106 shell : bash
107107 - name : Cache cargo build
108- uses : actions/cache@v4
108+ uses : actions/cache@v5
109109 with :
110110 path : target
111111 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -265,7 +265,7 @@ jobs:
265265 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
266266 shell : bash
267267 - name : Cache cargo registry and git trees
268- uses : actions/cache@v4
268+ uses : actions/cache@v5
269269 with :
270270 path : |
271271 ~/.cargo/registry
@@ -277,7 +277,7 @@ jobs:
277277 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
278278 shell : bash
279279 - name : Cache cargo build
280- uses : actions/cache@v4
280+ uses : actions/cache@v5
281281 with :
282282 path : target
283283 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -443,7 +443,7 @@ jobs:
443443 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
444444 shell : bash
445445 - name : Cache cargo registry and git trees
446- uses : actions/cache@v4
446+ uses : actions/cache@v5
447447 with :
448448 path : |
449449 ~/.cargo/registry
@@ -455,7 +455,7 @@ jobs:
455455 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
456456 shell : bash
457457 - name : Cache cargo build
458- uses : actions/cache@v4
458+ uses : actions/cache@v5
459459 with :
460460 path : target
461461 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -595,7 +595,7 @@ jobs:
595595 run : |
596596 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
597597 - name : Cache cargo registry and git trees
598- uses : actions/cache@v4
598+ uses : actions/cache@v5
599599 with :
600600 path : |
601601 ~/.cargo/registry
@@ -607,7 +607,7 @@ jobs:
607607 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
608608 shell : bash
609609 - name : Cache cargo build
610- uses : actions/cache@v4
610+ uses : actions/cache@v5
611611 with :
612612 path : target
613613 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -764,7 +764,7 @@ jobs:
764764 run : |
765765 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
766766 - name : Cache cargo registry and git trees
767- uses : actions/cache@v4
767+ uses : actions/cache@v5
768768 with :
769769 path : |
770770 ~/.cargo/registry
@@ -776,7 +776,7 @@ jobs:
776776 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
777777 shell : bash
778778 - name : Cache cargo build
779- uses : actions/cache@v4
779+ uses : actions/cache@v5
780780 with :
781781 path : target
782782 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -958,7 +958,7 @@ jobs:
958958 run : |
959959 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
960960 - name : Cache cargo registry and git trees
961- uses : actions/cache@v4
961+ uses : actions/cache@v5
962962 with :
963963 path : |
964964 ~/.cargo/registry
@@ -970,7 +970,7 @@ jobs:
970970 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
971971 shell : bash
972972 - name : Cache cargo build
973- uses : actions/cache@v4
973+ uses : actions/cache@v5
974974 with :
975975 path : target
976976 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1110,7 +1110,7 @@ jobs:
11101110 run : |
11111111 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
11121112 - name : Cache cargo registry and git trees
1113- uses : actions/cache@v4
1113+ uses : actions/cache@v5
11141114 with :
11151115 path : |
11161116 ~/.cargo/registry
@@ -1122,7 +1122,7 @@ jobs:
11221122 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
11231123 shell : bash
11241124 - name : Cache cargo build
1125- uses : actions/cache@v4
1125+ uses : actions/cache@v5
11261126 with :
11271127 path : target
11281128 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1242,7 +1242,7 @@ jobs:
12421242 run : |
12431243 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
12441244 - name : Cache cargo registry and git trees
1245- uses : actions/cache@v4
1245+ uses : actions/cache@v5
12461246 with :
12471247 path : |
12481248 ~/.cargo/registry
@@ -1254,7 +1254,7 @@ jobs:
12541254 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
12551255 shell : bash
12561256 - name : Cache cargo build
1257- uses : actions/cache@v4
1257+ uses : actions/cache@v5
12581258 with :
12591259 path : target
12601260 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1426,7 +1426,7 @@ jobs:
14261426 run : |
14271427 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
14281428 - name : Cache cargo registry and git trees
1429- uses : actions/cache@v4
1429+ uses : actions/cache@v5
14301430 with :
14311431 path : |
14321432 ~/.cargo/registry
@@ -1438,7 +1438,7 @@ jobs:
14381438 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
14391439 shell : bash
14401440 - name : Cache cargo build
1441- uses : actions/cache@v4
1441+ uses : actions/cache@v5
14421442 with :
14431443 path : target
14441444 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