From 391e0dc6d0f61c228f3e1cf57826ea3b13dd1d5e Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Sun, 29 Mar 2020 23:05:49 +0200 Subject: [PATCH] Update checkout action to v2 --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bb171408c..f428fc7435 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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