We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce29ae commit cff45e1Copy full SHA for cff45e1
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
id: yarn-cache
20
run: echo "::set-output name=dir::$(yarn cache dir)"
21
22
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
23
with:
24
path: ${{ steps.yarn-cache.outputs.dir }}
25
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}
0 commit comments