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