File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
id : yarn-cache
31
31
run : echo "::set-output name=dir::$(yarn cache dir)"
32
32
- name : Cache Yarn
33
- uses : actions/cache@v1
33
+ uses : actions/cache@v2
34
34
with :
35
35
path : ${{ steps.yarn-cache.outputs.dir }}
36
36
key : ${{ runner.os }}-14-yarn-${{ hashFiles('yarn.lock') }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
id : yarn-cache
29
29
run : echo "::set-output name=dir::$(yarn cache dir)"
30
30
- name : Cache Yarn
31
- uses : actions/cache@v1
31
+ uses : actions/cache@v2
32
32
with :
33
33
path : ${{ steps.yarn-cache.outputs.dir }}
34
34
key : ${{ runner.os }}-${{matrix.node_version}}-yarn-${{ hashFiles('yarn.lock') }}
35
35
restore-keys : |
36
36
${{ runner.os }}-${{matrix.node_version}}-yarn-
37
37
- name : Cache Jest
38
- uses : actions/cache@v1
38
+ uses : actions/cache@v2
39
39
with :
40
40
path : .cache/jest
41
41
key : ${{ runner.os }}-${{matrix.node_version}}-jest-${{ hashFiles('yarn.lock') }}
Original file line number Diff line number Diff line change 33
33
id : yarn-cache
34
34
run : echo "::set-output name=dir::$(yarn cache dir)"
35
35
- name : Cache Yarn
36
- uses : actions/cache@v1
36
+ uses : actions/cache@v2
37
37
with :
38
38
path : ${{ steps.yarn-cache.outputs.dir }}
39
39
key : ${{ runner.os }}-14-15-yarn-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments