1
0
Fork 0
mirror of https://github.com/kou029w/pucchinglgl.git synced 2025-04-04 11:56:25 +00:00
This commit is contained in:
renovate[bot] 2024-01-17 19:52:53 +00:00 committed by GitHub
commit 5764b71f7f
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
- 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: yarn-${{ hashFiles('**/yarn.lock') }}