From 53a8adc958c9e9568780df7b1b0ecd4e4be8eec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:22:26 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9399f3e..b1ba824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: # Cache Cargo Registry (Speeds up Rust builds) - name: Cache Cargo registry + index - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -83,7 +83,7 @@ jobs: # Cache Solana CLI (Restored and fixed) - name: Cache Solana CLI id: cache-solana - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/solana-release @@ -92,7 +92,7 @@ jobs: # Cache Anchor CLI - name: Cache Anchor CLI id: cache-anchor - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.cargo/bin/anchor key: anchor-${{ runner.os }}-v0.32.1