File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
run : echo "::set-output name=dir::$(yarn cache dir)"
76
76
77
77
- name : Cache yarn
78
- uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77
78
+ uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
79
79
id : yarn-cache
80
80
with :
81
81
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@fd5de65bc895cf536527842281bea11763fefd77
54
+ uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
144
+ uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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