chore(deps): update actions/cache action to v2

This commit is contained in:
Renovate Bot 2021-03-28 08:53:58 +00:00 committed by renovate[bot]
parent d88bc5c741
commit e14078d277

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- 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') }}