File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
66
67
67
steps :
68
68
- name : Clone the repo
69
- uses : actions/checkout@v1
69
+ uses : actions/checkout@v2
70
70
with :
71
71
fetch-depth : 1
72
72
- name : Validate the Gradle wrapper
94
94
95
95
steps :
96
96
- name : Clone the repo
97
- uses : actions/checkout@v1
97
+ uses : actions/checkout@v2
98
98
with :
99
99
fetch-depth : 1
100
100
- name : Validate the Gradle wrapper
@@ -131,7 +131,7 @@ jobs:
131
131
steps :
132
132
133
133
- name : Clone the repo
134
- uses : actions/checkout@v1
134
+ uses : actions/checkout@v2
135
135
with :
136
136
fetch-depth : 1
137
137
@@ -197,7 +197,7 @@ jobs:
197
197
198
198
steps :
199
199
- name : Clone the repo
200
- uses : actions/checkout@v1
200
+ uses : actions/checkout@v2
201
201
with :
202
202
fetch-depth : 1
203
203
@@ -406,7 +406,7 @@ jobs:
406
406
407
407
# We need to clone everything again for uploadToMaven.sh ...
408
408
- name : Clone the repo
409
- uses : actions/checkout@v1
409
+ uses : actions/checkout@v2
410
410
with :
411
411
fetch-depth : 1
412
412
You can’t perform that action at this time.
0 commit comments