From c16ca51b98c9adc35f77073d43fdf1c800afdbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:26:39 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux.yml | 2 +- .github/workflows/mac.yml | 4 ++-- .github/workflows/windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fcae804e5..34be6dc78 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 48d2a1744..d0dfb050e 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 685c6c721..aef10614c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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