From b482be217e8a93081e86f955c39adb949806a865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:35:27 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/program.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/program.yml b/.github/workflows/program.yml index b92cf53..5b382d2 100644 --- a/.github/workflows/program.yml +++ b/.github/workflows/program.yml @@ -37,7 +37,7 @@ jobs: # Install Solana - name: Cache Solana binaries id: solana-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/solana @@ -71,7 +71,7 @@ jobs: node-version: "14" - name: Cache SDK dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-sdk with: path: ./sdk/node_modules @@ -88,7 +88,7 @@ jobs: # Install Solana - name: Cache Solana binaries id: solana-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/solana