Skip to content

Commit b482be2

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39d5d4e commit b482be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/program.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install Solana
3838
- name: Cache Solana binaries
3939
id: solana-cache
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: |
4343
~/.cache/solana
@@ -71,7 +71,7 @@ jobs:
7171
node-version: "14"
7272

7373
- name: Cache SDK dependencies
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4
7575
id: cache-sdk
7676
with:
7777
path: ./sdk/node_modules
@@ -88,7 +88,7 @@ jobs:
8888
# Install Solana
8989
- name: Cache Solana binaries
9090
id: solana-cache
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
path: |
9494
~/.cache/solana

0 commit comments

Comments
 (0)