Skip to content

Commit 0a969d8

Browse files
ci(deps): bump actions/cache from 4 to 6 (#5614)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65585b commit 0a969d8

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/cache-warm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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 }}

.github/workflows/container-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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

.github/workflows/simctl-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)