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

This commit is contained in:
renovate[bot] 2024-01-17 19:52:51 +00:00 committed by GitHub
parent 4437922fc3
commit 38157b6103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- 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@v3 - uses: actions/cache@v4
with: with:
path: ${{ steps.yarn_cache.outputs.dir }} path: ${{ steps.yarn_cache.outputs.dir }}
key: yarn-${{ hashFiles('**/yarn.lock') }} key: yarn-${{ hashFiles('**/yarn.lock') }}