@@ -38,21 +38,21 @@ jobs:
38
38
uses : actions/checkout@v2
39
39
40
40
- name : Cache Ivy
41
- uses : actions/cache@v1.1.2
41
+ uses : actions/cache@v2
42
42
with :
43
43
path : /root/.ivy2/cache
44
44
key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
45
45
restore-keys : ${{ runner.os }}-ivy-
46
46
47
47
- name : Cache SBT
48
- uses : actions/cache@v1.1.2
48
+ uses : actions/cache@v2
49
49
with :
50
50
path : /root/.sbt
51
51
key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
52
52
restore-keys : ${{ runner.os }}-sbt-
53
53
54
54
- name : Cache Coursier and Mill
55
- uses : actions/cache@v1.1.2
55
+ uses : actions/cache@v2
56
56
with :
57
57
path : /root/.cache
58
58
key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
@@ -83,21 +83,21 @@ jobs:
83
83
uses : actions/checkout@v2
84
84
85
85
- name : Cache Ivy
86
- uses : actions/cache@v1.1.2
86
+ uses : actions/cache@v2
87
87
with :
88
88
path : /root/.ivy2/cache
89
89
key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
90
90
restore-keys : ${{ runner.os }}-ivy-
91
91
92
92
- name : Cache SBT
93
- uses : actions/cache@v1.1.2
93
+ uses : actions/cache@v2
94
94
with :
95
95
path : /root/.sbt
96
96
key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
97
97
restore-keys : ${{ runner.os }}-sbt-
98
98
99
99
- name : Cache Coursier and Mill
100
- uses : actions/cache@v1.1.2
100
+ uses : actions/cache@v2
101
101
with :
102
102
path : /root/.cache
103
103
key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
@@ -168,21 +168,21 @@ jobs:
168
168
git submodule update --init --recursive --jobs 7
169
169
170
170
- name : Cache Ivy
171
- uses : actions/cache@v1.1.2
171
+ uses : actions/cache@v2
172
172
with :
173
173
path : /root/.ivy2/cache
174
174
key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
175
175
restore-keys : ${{ runner.os }}-ivy-
176
176
177
177
- name : Cache SBT
178
- uses : actions/cache@v1.1.2
178
+ uses : actions/cache@v2
179
179
with :
180
180
path : /root/.sbt
181
181
key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
182
182
restore-keys : ${{ runner.os }}-sbt-
183
183
184
184
- name : Cache Coursier and Mill
185
- uses : actions/cache@v1.1.2
185
+ uses : actions/cache@v2
186
186
with :
187
187
path : /root/.cache
188
188
key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
@@ -212,21 +212,21 @@ jobs:
212
212
git submodule update --init --recursive --jobs 7
213
213
214
214
- name : Cache Ivy
215
- uses : actions/cache@v1.1.2
215
+ uses : actions/cache@v2
216
216
with :
217
217
path : /root/.ivy2/cache
218
218
key : ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
219
219
restore-keys : ${{ runner.os }}-ivy-
220
220
221
221
- name : Cache SBT
222
- uses : actions/cache@v1.1.2
222
+ uses : actions/cache@v2
223
223
with :
224
224
path : /root/.sbt
225
225
key : ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
226
226
restore-keys : ${{ runner.os }}-sbt-
227
227
228
228
- name : Cache Coursier and Mill
229
- uses : actions/cache@v1.1.2
229
+ uses : actions/cache@v2
230
230
with :
231
231
path : /root/.cache
232
232
key : ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
0 commit comments