We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185ae4f commit c36c367Copy full SHA for c36c367
2 files changed
.github/actions/setup-solana/action.yml
@@ -19,7 +19,7 @@ runs:
19
# https://github.com/solana-program/actions/blob/35ddfe2d2a4a0ab4681f77eaad39efc22c7d1be2/install-solana/action.yml#L19-L27
20
- name: Cache Solana toolchain
21
id: cache-solana
22
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
23
with:
24
path: |
25
~/.local/share/solana/install/releases
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
persist-credentials: false
71
72
- - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
73
74
# cache the binary and helper files used by cargo to detect if installation is needed
75
0 commit comments