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 3232 id : yarn-cache
3333 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
3434
35- - uses : actions/cache@v2
35+ - uses : actions/cache@v2.1.4
3636 with :
3737 path : ${{ steps.yarn-cache.outputs.dir }}
3838 key : yarn2-${{ hashFiles('yarn.lock') }}
6060 - name : Get yarn cache
6161 id : yarn-cache
6262 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
63- - uses : actions/cache@v2
63+ - uses : actions/cache@v2.1.4
6464 with :
6565 path : ${{ steps.yarn-cache.outputs.dir }}
6666 key : yarn2-${{ hashFiles('yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105 - name : Get yarn cache
106106 id : yarn-cache
107107 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
108- - uses : actions/cache@v2
108+ - uses : actions/cache@v2.1.4
109109 with :
110110 path : ${{ steps.yarn-cache.outputs.dir }}
111111 key : yarn2-${{ hashFiles('yarn.lock') }}
@@ -145,7 +145,7 @@ jobs:
145145 - name : Get yarn cache
146146 id : yarn-cache
147147 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
148- - uses : actions/cache@v2
148+ - uses : actions/cache@v2.1.4
149149 with :
150150 path : ${{ steps.yarn-cache.outputs.dir }}
151151 key : yarn2-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments