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

This commit is contained in:
Renovate Bot 2022-03-21 11:02:59 +00:00 committed by renovate[bot]
parent 1cf3877879
commit 1c7d8fcaff
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -14,7 +14,7 @@ jobs:
- run: git subtree add -P build origin gh-pages - run: git subtree add -P build origin gh-pages
- id: yarn_cache - id: yarn_cache
run: echo "::set-output name=dir::$(yarn cache dir)" run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: ${{ steps.yarn_cache.outputs.dir }} path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }} key: yarn-${{ hashFiles('**/yarn.lock') }}