From 53af4d31bee1a6df3f15de1e09558bd208478a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:01:06 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 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] --- .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 24ba392c7040..733832a6435f 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 698e1c63a12b..71a726a3fe19 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 1230a50263c7..4f1be8743412 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