diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 83a55b7..3c33592 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -25,7 +25,7 @@ jobs: run: echo "::set-output name=YARN_VERSION::$(yarn --version)" id: yarn-version - name: Cache yarn dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }} key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}