@@ -122,7 +122,7 @@ jobs:
122122 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
123123 shell : bash
124124 - name : Cache cargo registry and git trees
125- uses : actions/cache@v5
125+ uses : actions/cache@v6
126126 with :
127127 path : |
128128 ~/.cargo/registry
@@ -134,7 +134,7 @@ jobs:
134134 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
135135 shell : bash
136136 - name : Cache cargo build
137- uses : actions/cache@v5
137+ uses : actions/cache@v6
138138 with :
139139 path : target
140140 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -321,7 +321,7 @@ jobs:
321321 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
322322 shell : bash
323323 - name : Cache cargo registry and git trees
324- uses : actions/cache@v5
324+ uses : actions/cache@v6
325325 with :
326326 path : |
327327 ~/.cargo/registry
@@ -333,7 +333,7 @@ jobs:
333333 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
334334 shell : bash
335335 - name : Cache cargo build
336- uses : actions/cache@v5
336+ uses : actions/cache@v6
337337 with :
338338 path : target
339339 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -526,7 +526,7 @@ jobs:
526526 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
527527 shell : bash
528528 - name : Cache cargo registry and git trees
529- uses : actions/cache@v5
529+ uses : actions/cache@v6
530530 with :
531531 path : |
532532 ~/.cargo/registry
@@ -538,7 +538,7 @@ jobs:
538538 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
539539 shell : bash
540540 - name : Cache cargo build
541- uses : actions/cache@v5
541+ uses : actions/cache@v6
542542 with :
543543 path : target
544544 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -678,7 +678,7 @@ jobs:
678678 run : |
679679 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
680680 - name : Cache cargo registry and git trees
681- uses : actions/cache@v5
681+ uses : actions/cache@v6
682682 with :
683683 path : |
684684 ~/.cargo/registry
@@ -690,7 +690,7 @@ jobs:
690690 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
691691 shell : bash
692692 - name : Cache cargo build
693- uses : actions/cache@v5
693+ uses : actions/cache@v6
694694 with :
695695 path : target
696696 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -850,7 +850,7 @@ jobs:
850850 run : |
851851 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
852852 - name : Cache cargo registry and git trees
853- uses : actions/cache@v5
853+ uses : actions/cache@v6
854854 with :
855855 path : |
856856 ~/.cargo/registry
@@ -862,7 +862,7 @@ jobs:
862862 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
863863 shell : bash
864864 - name : Cache cargo build
865- uses : actions/cache@v5
865+ uses : actions/cache@v6
866866 with :
867867 path : target
868868 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1048,7 +1048,7 @@ jobs:
10481048 run : |
10491049 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
10501050 - name : Cache cargo registry and git trees
1051- uses : actions/cache@v5
1051+ uses : actions/cache@v6
10521052 with :
10531053 path : |
10541054 ~/.cargo/registry
@@ -1060,7 +1060,7 @@ jobs:
10601060 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
10611061 shell : bash
10621062 - name : Cache cargo build
1063- uses : actions/cache@v5
1063+ uses : actions/cache@v6
10641064 with :
10651065 path : target
10661066 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1203,7 +1203,7 @@ jobs:
12031203 run : |
12041204 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
12051205 - name : Cache cargo registry and git trees
1206- uses : actions/cache@v5
1206+ uses : actions/cache@v6
12071207 with :
12081208 path : |
12091209 ~/.cargo/registry
@@ -1215,7 +1215,7 @@ jobs:
12151215 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
12161216 shell : bash
12171217 - name : Cache cargo build
1218- uses : actions/cache@v5
1218+ uses : actions/cache@v6
12191219 with :
12201220 path : target
12211221 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1335,7 +1335,7 @@ jobs:
13351335 run : |
13361336 echo "SKIP_TESTS=yes" >> $GITHUB_ENV
13371337 - name : Cache cargo registry and git trees
1338- uses : actions/cache@v5
1338+ uses : actions/cache@v6
13391339 with :
13401340 path : |
13411341 ~/.cargo/registry
@@ -1347,7 +1347,7 @@ jobs:
13471347 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
13481348 shell : bash
13491349 - name : Cache cargo build
1350- uses : actions/cache@v5
1350+ uses : actions/cache@v6
13511351 with :
13521352 path : target
13531353 key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.mode }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
@@ -1519,7 +1519,7 @@ jobs:
15191519 run : |
15201520 echo "$HOME/.cargo/bin" >> $GITHUB_PATH
15211521 - name : Cache cargo registry and git trees
1522- uses : actions/cache@v5
1522+ uses : actions/cache@v6
15231523 with :
15241524 path : |
15251525 ~/.cargo/registry
@@ -1531,7 +1531,7 @@ jobs:
15311531 echo "{rust_hash}={$(rustc -Vv | grep commit-hash | awk '{print $2}')}" >> $GITHUB_OUTPUT
15321532 shell : bash
15331533 - name : Cache cargo build
1534- uses : actions/cache@v5
1534+ uses : actions/cache@v6
15351535 with :
15361536 path : target
15371537 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