File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
name : Find Yarn's cache folder
28
28
run : echo "::set-output name=path::$(yarn config get cacheFolder)"
29
29
- name : Cache Yarn's cache folder
30
- uses : actions/cache@v2.1.6
30
+ uses : actions/cache@v3.0.2
31
31
with :
32
32
path : ${{ steps.find-yarn-cache-folder.outputs.path }}
33
33
key : yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
54
54
name : Find Yarn's cache folder
55
55
run : echo "::set-output name=path::$(yarn config get cacheFolder)"
56
56
- name : Cache Yarn's cache folder
57
- uses : actions/cache@v2.1.6
57
+ uses : actions/cache@v3.0.2
58
58
with :
59
59
path : ${{ steps.find-yarn-cache-folder.outputs.path }}
60
60
key : yarn-cache-folder-os-${{ runner.os }}-node-${{ env.node-version }}-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments