From 9cdcab4d4bcde560856a2659380fd96d9fdcdeed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:03:40 +0000 Subject: [PATCH] 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/binary.yml | 2 +- .github/workflows/package.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index f686e12..6c968a7 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -56,7 +56,7 @@ jobs: rustup default stable rustup target add ${{ matrix.platform.target }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 073f67f..7485e95 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -23,7 +23,7 @@ jobs: rustup update stable rustup default stable - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 064b3f6..d39c7a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: rustup default stable rustup component add clippy rustfmt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/