⬆️ Upgrade actions/cache action to v3

This commit is contained in:
renovate[bot] 2022-08-17 09:56:10 +00:00 committed by Yann Bertrand
parent db2d04d389
commit 423f84bb50

View file

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