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 44dccc4 commit ddd48edCopy full SHA for ddd48ed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
run: echo "::set-output name=dir::$(yarn cache dir)"
24
- name: Cache Node.js modules
25
id: yarn-cache
26
- uses: actions/cache@v1
+ uses: actions/cache@v3
27
with:
28
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
29
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments