File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666
6767 steps :
6868 - name : Clone the repo
69- uses : actions/checkout@v1
69+ uses : actions/checkout@v2
7070 with :
7171 fetch-depth : 1
7272 - name : Validate the Gradle wrapper
9494
9595 steps :
9696 - name : Clone the repo
97- uses : actions/checkout@v1
97+ uses : actions/checkout@v2
9898 with :
9999 fetch-depth : 1
100100 - name : Validate the Gradle wrapper
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132
133133 - name : Clone the repo
134- uses : actions/checkout@v1
134+ uses : actions/checkout@v2
135135 with :
136136 fetch-depth : 1
137137
@@ -197,7 +197,7 @@ jobs:
197197
198198 steps :
199199 - name : Clone the repo
200- uses : actions/checkout@v1
200+ uses : actions/checkout@v2
201201 with :
202202 fetch-depth : 1
203203
@@ -406,7 +406,7 @@ jobs:
406406
407407 # We need to clone everything again for uploadToMaven.sh ...
408408 - name : Clone the repo
409- uses : actions/checkout@v1
409+ uses : actions/checkout@v2
410410 with :
411411 fetch-depth : 1
412412
You can’t perform that action at this time.
0 commit comments