From 2e43669bf9949da67d8313701e200cf8e2374c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:58:56 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6. - [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/v3...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/graphify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b0cf53b..8afdb10e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: components: clippy, rustfmt - name: Cache cargo registry - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/graphify.yml b/.github/workflows/graphify.yml index aa85e90c..c0fcafbd 100644 --- a/.github/workflows/graphify.yml +++ b/.github/workflows/graphify.yml @@ -29,7 +29,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache Cargo Registry - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/