From 5aaa6fc92d6293f72ed6a41abd97b6c06c40408c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:44:27 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/cache from 5.0.5 to 6.1.0 in the all group Bumps the all group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 6.1.0 - [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/v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a71737..c7cf666 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Cache cargo id: cargo-cache - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | ~/.cargo/registry/index diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a31478c..5ae3349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | ~/.cargo/registry/index @@ -71,7 +71,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | ~/.cargo/registry/index