File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
id : yarn-cache
33
33
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
34
34
35
- - uses : actions/cache@v2.1.5
35
+ - uses : actions/cache@v2.1.6
36
36
with :
37
37
path : ${{ steps.yarn-cache.outputs.dir }}
38
38
key : yarn2-${{ hashFiles('yarn.lock') }}
60
60
- name : Get yarn cache
61
61
id : yarn-cache
62
62
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
63
- - uses : actions/cache@v2.1.5
63
+ - uses : actions/cache@v2.1.6
64
64
with :
65
65
path : ${{ steps.yarn-cache.outputs.dir }}
66
66
key : yarn2-${{ hashFiles('yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Get yarn cache
106
106
id : yarn-cache
107
107
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
108
- - uses : actions/cache@v2.1.5
108
+ - uses : actions/cache@v2.1.6
109
109
with :
110
110
path : ${{ steps.yarn-cache.outputs.dir }}
111
111
key : yarn2-${{ hashFiles('yarn.lock') }}
@@ -145,7 +145,7 @@ jobs:
145
145
- name : Get yarn cache
146
146
id : yarn-cache
147
147
run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
148
- - uses : actions/cache@v2.1.5
148
+ - uses : actions/cache@v2.1.6
149
149
with :
150
150
path : ${{ steps.yarn-cache.outputs.dir }}
151
151
key : yarn2-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments