File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
run : echo "::set-output name=dir::$(yarn cache dir)"
72
72
73
73
- name : Cache yarn
74
- uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
74
+ uses : actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
75
75
id : yarn-cache
76
76
with :
77
77
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 51
51
run : echo "::set-output name=dir::$(yarn cache dir)"
52
52
53
53
- name : Cache yarn
54
- uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
54
+ uses : actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
55
55
id : yarn-cache
56
56
with :
57
57
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -141,7 +141,7 @@ jobs:
141
141
run : echo "::set-output name=dir::$(yarn cache dir)"
142
142
143
143
- name : Cache yarn
144
- uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
144
+ uses : actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
145
145
id : yarn-cache
146
146
with :
147
147
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments