Skip to content

Commit 391e0dc

Browse files
riccardoblpspeed42
authored andcommitted
Update checkout action to v2
1 parent 1e7e12e commit 391e0dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)