diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7b2c690..3b84991 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,14 +23,14 @@ jobs: id: yarn-cache-dir run: echo ::set-output name=CACHE_DIR::$(yarn cache dir) - name: Node.js yarn cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ steps.yarn-cache-dir.outputs.CACHE_DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn - name: Node.js modules cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: modules-cache with: path: ${{ github.workspace }}/node_modules