You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/12/13 18:06:34 UTC

[calcite-avatica] branch master updated: GHA: use actions/checkout@v2 for faster checkouts

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 15bec90  GHA: use actions/checkout@v2 for faster checkouts
15bec90 is described below

commit 15bec90d17a62143e523d9e2fb93a9b40329157e
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Fri Dec 13 21:05:32 2019 +0300

    GHA: use actions/checkout@v2 for faster checkouts
---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6ad927f..d5ef853 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
     name: 'Windows (JDK 11)'
     runs-on: windows-latest
     steps:
-    - uses: actions/checkout@v1.1.0
+    - uses: actions/checkout@v2
       with:
         fetch-depth: 50
     - name: 'Set up JDK 11'
@@ -50,7 +50,7 @@ jobs:
       uses: actions/setup-java@v1
       with:
         java-version: 8
-    - uses: actions/checkout@v1.1.0
+    - uses: actions/checkout@v2
       with:
         fetch-depth: 50
     - name: 'Install Avatica to Maven Local'
@@ -66,7 +66,7 @@ jobs:
     name: 'macOS (JDK 13)'
     runs-on: macos-latest
     steps:
-    - uses: actions/checkout@v1.1.0
+    - uses: actions/checkout@v2
       with:
         fetch-depth: 50
     - name: 'Set up JDK 13'