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/03 18:10:52 UTC

[calcite-avatica] branch master updated: GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected failures

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 a746b25  GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected failures
a746b25 is described below

commit a746b25ccf3414a1191207fa4e61eb970568ab2c
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Tue Dec 3 21:10:35 2019 +0300

    GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected failures
    
    See https://github.com/actions/checkout/issues/84
---
 .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 04dc708..6ad927f 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@master
+    - uses: actions/checkout@v1.1.0
       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@master
+    - uses: actions/checkout@v1.1.0
       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@master
+    - uses: actions/checkout@v1.1.0
       with:
         fetch-depth: 50
     - name: 'Set up JDK 13'