Update actions/cache action to v2

This commit is contained in:
Renovate Bot 2020-10-20 14:10:16 +00:00 committed by renovate[bot]
parent 10cd4af553
commit 871ac1651f

View file

@ -9,7 +9,7 @@ jobs:
with: { node-version: 14 }
- id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }}