build(deps): bump actions/cache from 4 to 5 (#7503)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  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>
This commit is contained in:
dependabot[bot] 2025-12-17 08:26:39 +01:00 committed by GitHub
parent f420d4307b
commit c16ca51b98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Cargo-C Toolchain Cache
id: linux-cargo-c-toolchain
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/cargo-capi

View File

@ -18,14 +18,14 @@ jobs:
- name: Toolchain Cache
id: mac-toolchain
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/mac-toolchain
key: ${{ runner.os }}-${{ runner.arch }}-toolchain-${{ hashFiles('**/scripts/mac-toolchain-build') }}
- name: Cargo-C Toolchain Cache
id: mac-cargo-c-toolchain
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/cargo-capi

View File

@ -70,7 +70,7 @@ jobs:
- name: Cargo-C Toolchain Cache
id: windows-cargo-c-toolchain
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/cargo-capi