diff --git a/.github/workflows/programs-e2e.yml b/.github/workflows/programs-e2e.yml index 72a61fc..8b1926a 100644 --- a/.github/workflows/programs-e2e.yml +++ b/.github/workflows/programs-e2e.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.8 + uses: actions/cache@v3.2.4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -85,7 +85,7 @@ jobs: # Install Solana - name: Cache Solana binaries id: solana-cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.2.4 with: path: | ~/.cache/solana @@ -111,7 +111,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.8 + uses: actions/cache@v3.2.4 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 5acba79..e4da5b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,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.8 + uses: actions/cache@v3.2.4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -119,7 +119,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.8 + uses: actions/cache@v3.2.4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}