⬆️ Upgrade actions/cache action to v4 (#337)

This commit is contained in:
renovate[bot] 2024-02-16 21:02:35 +01:00 committed by GitHub
parent cedddf3fe8
commit d8eda3ad46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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