File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : dtolnay/rust-toolchain@stable
4646
4747 - name : Cache cargo
48- uses : actions/cache@v5
48+ uses : actions/cache@v6
4949 with :
5050 path : |
5151 ~/.cargo/registry
@@ -210,7 +210,7 @@ jobs:
210210 uses : dtolnay/rust-toolchain@stable
211211
212212 - name : Cache cargo
213- uses : actions/cache@v5
213+ uses : actions/cache@v6
214214 with :
215215 path : |
216216 ~/.cargo/registry
Original file line number Diff line number Diff line change 6969 # (`sccache-<os>-perry-`). This runs on main, so the saved entry is
7070 # main-scoped → restorable by every PR. run_id keeps the key unique.
7171 - name : Cache sccache objects
72- uses : actions/cache@v4
72+ uses : actions/cache@v6
7373 with :
7474 path : ${{ github.workspace }}/.sccache
7575 key : sccache-${{ runner.os }}-perry-warm-${{ github.run_id }}
Original file line number Diff line number Diff line change 9797 uses : dtolnay/rust-toolchain@stable
9898
9999 - name : Cache cargo registry
100- uses : actions/cache@v4
100+ uses : actions/cache@v6
101101 with :
102102 path : |
103103 ~/.cargo/registry
@@ -170,7 +170,7 @@ jobs:
170170 uses : dtolnay/rust-toolchain@stable
171171
172172 - name : Cache cargo registry
173- uses : actions/cache@v4
173+ uses : actions/cache@v6
174174 with :
175175 path : |
176176 ~/.cargo/registry
@@ -211,7 +211,7 @@ jobs:
211211 uses : dtolnay/rust-toolchain@stable
212212
213213 - name : Cache cargo registry
214- uses : actions/cache@v4
214+ uses : actions/cache@v6
215215 with :
216216 path : |
217217 ~/.cargo/registry
@@ -253,7 +253,7 @@ jobs:
253253 uses : dtolnay/rust-toolchain@stable
254254
255255 - name : Cache cargo registry
256- uses : actions/cache@v4
256+ uses : actions/cache@v6
257257 with :
258258 path : |
259259 ~/.cargo/registry
Original file line number Diff line number Diff line change 3838 run : rustup target add aarch64-apple-ios-sim aarch64-apple-ios
3939
4040 - name : Cache cargo
41- uses : actions/cache@v5
41+ uses : actions/cache@v6
4242 with :
4343 path : |
4444 ~/.cargo/registry
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 # cache from ANY of them. The object cache therefore warms continuously
151151 # and cross-pollinates instead of starting cold each run.
152152 - name : Cache sccache objects
153- uses : actions/cache@v4
153+ uses : actions/cache@v6
154154 with :
155155 path : ${{ github.workspace }}/.sccache
156156 key : sccache-${{ runner.os }}-perry-${{ github.job }}-${{ github.run_id }}
@@ -261,7 +261,7 @@ jobs:
261261 # cache from ANY of them. The object cache therefore warms continuously
262262 # and cross-pollinates instead of starting cold each run.
263263 - name : Cache sccache objects
264- uses : actions/cache@v4
264+ uses : actions/cache@v6
265265 with :
266266 path : ${{ github.workspace }}/.sccache
267267 key : sccache-${{ runner.os }}-perry-${{ github.job }}-${{ github.run_id }}
@@ -494,7 +494,7 @@ jobs:
494494 # cache from ANY of them. The object cache therefore warms continuously
495495 # and cross-pollinates instead of starting cold each run.
496496 - name : Cache sccache objects
497- uses : actions/cache@v4
497+ uses : actions/cache@v6
498498 with :
499499 path : ${{ github.workspace }}/.sccache
500500 key : sccache-${{ runner.os }}-perry-${{ github.job }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments