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.git


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

commit ca1bb5e5e87e86c68bbbfcadea0da2184efde9bf
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Dec 13 19:53:22 2019 +0300

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

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5613eca..08fd941 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
     name: 'Windows (JDK 8)'
     runs-on: windows-latest
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/checkout@v2
       with:
         fetch-depth: 50
     - name: 'Set up JDK 8'
@@ -66,7 +66,7 @@ jobs:
         git clone --branch master --depth 100 
https://github.com/apache/calcite-avatica.git ../calcite-avatica
         cd ../calcite-avatica
         ./gradlew publishToMavenLocal 
-Pcalcite.avatica.version=1.0.0-dev-master -PskipJavadoc
-    - uses: actions/[email protected]
+    - uses: actions/checkout@v2
       with:
         fetch-depth: 50
     - name: 'Test'
@@ -78,7 +78,7 @@ jobs:
     name: 'macOS (JDK 13)'
     runs-on: macos-latest
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/checkout@v2
         with:
           fetch-depth: 50
       - name: 'Set up JDK 13'
@@ -96,7 +96,7 @@ jobs:
     name: 'Linux (JDK 8) Slow Tests'
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/checkout@v2
         with:
           fetch-depth: 50
       - name: 'Set up JDK 8'

Reply via email to