Update checkout action to v2

This commit is contained in:
Riccardo Balbo 2020-03-29 23:05:49 +02:00 committed by GitHub
parent ff58abca3d
commit f505bdeb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ jobs:
steps:
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
@ -94,7 +94,7 @@ jobs:
steps:
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
@ -131,7 +131,7 @@ jobs:
steps:
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
@ -197,7 +197,7 @@ jobs:
steps:
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1
@ -406,7 +406,7 @@ jobs:
# We need to clone everything again for uploadToMaven.sh ...
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1