diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddc944c24..8baa8a59e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Restore yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 764f55c78..7bc82a7a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Restore yarn cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}