diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a855a176..b3f39b1576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache Yarn - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -110,7 +110,7 @@ jobs: # with: # node-version: 12.x # - name: Cache node_modules - # uses: actions/cache@v1 + # uses: actions/cache@v2 # with: # path: node_modules # key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}