Skip to content

Commit c36c367

Browse files
deps(actions/cache): update actions/cache to v6
1 parent 185ae4f commit c36c367

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-solana/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# https://github.com/solana-program/actions/blob/35ddfe2d2a4a0ab4681f77eaad39efc22c7d1be2/install-solana/action.yml#L19-L27
2020
- name: Cache Solana toolchain
2121
id: cache-solana
22-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
22+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2323
with:
2424
path: |
2525
~/.local/share/solana/install/releases

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
persist-credentials: false
7171

72-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
72+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7373
with:
7474
# cache the binary and helper files used by cargo to detect if installation is needed
7575
path: |

0 commit comments

Comments
 (0)