Skip to content

Commit

Permalink
Update checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl authored and pspeed42 committed Mar 30, 2020
1 parent 1e7e12e commit 391e0dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
steps:

- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 391e0dc

Please sign in to comment.