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

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

commit dad52f9c17cfb709f49a5cf80ef78ae8d20fb85a
Author: Francis Chuang <francischu...@apache.org>
AuthorDate: Thu Apr 9 09:30:15 2020 +1000

    [CALCITE-3904] Upgrade Github actions dependencies
---
 .github/workflows/tests.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 95f607b..c4a1733 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -20,12 +20,12 @@ jobs:
 
     steps:
       - name: Set up go
-        uses: actions/setup-go@v1
+        uses: actions/setup-go@v2-beta
         with:
           go-version: ${{ matrix.go_version}}
 
       - name: Check out Avatica-Go repository
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
 
       - name: Run tests
         env:

Reply via email to