From 65e4ad93f6b9b908fc407b3cf2374cdf5a2359c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:00:14 +0000 Subject: [PATCH] Bump actions/cache from 3.0.4 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.2.6. - [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.0.4...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/programs.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml index 6765a16..fcf1c1b 100644 --- a/.github/workflows/programs.yml +++ b/.github/workflows/programs.yml @@ -41,7 +41,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -90,7 +90,7 @@ jobs: # Install Solana - name: Cache Solana binaries id: solana-cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.6 with: path: | ~/.cache/solana @@ -116,7 +116,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed2e871..f97722d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -133,7 +133,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.2.6 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}