Skip to content

Commit 7e71440

Browse files
chore(deps): bump actions/cache from 5.0.5 to 6.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3253ba0 commit 7e71440

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
287287

288288
- name: Cache cargo registry (shared)
289-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
289+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
290290
with:
291291
path: |
292292
~/.cargo/registry
@@ -344,7 +344,7 @@ jobs:
344344

345345
- name: Cache cargo registry (shared)
346346
if: needs.changes.outputs.ci == 'true'
347-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
347+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
348348
with:
349349
path: |
350350
~/.cargo/registry
@@ -411,7 +411,7 @@ jobs:
411411

412412
- name: Cache cargo registry (shared)
413413
if: needs.changes.outputs.ci == 'true'
414-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
414+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
415415
with:
416416
path: |
417417
~/.cargo/registry
@@ -444,7 +444,7 @@ jobs:
444444
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
445445

446446
- name: Cache cargo registry (shared)
447-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
447+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
448448
with:
449449
path: |
450450
~/.cargo/registry
@@ -525,7 +525,7 @@ jobs:
525525

526526
- name: Cache cargo registry (shared)
527527
if: needs.changes.outputs[matrix.package] == 'true'
528-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
528+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
529529
with:
530530
path: |
531531
~/.cargo/registry

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sudo apt-get update && sudo apt-get install -y mold
3232

3333
- name: Cache cargo registry
34-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
34+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
3535
with:
3636
path: |
3737
~/.cargo/registry

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: sudo apt-get update && sudo apt-get install -y mold
5252

5353
- name: Cache cargo registry
54-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
54+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
5555
with:
5656
path: |
5757
~/.cargo/registry

0 commit comments

Comments
 (0)