You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2022/03/23 04:32:51 UTC

[calcite-avatica-go] branch master updated: [CALCITE-5059] Update Github Actions to latest versions

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


The following commit(s) were added to refs/heads/master by this push:
     new 36150dc  [CALCITE-5059] Update Github Actions to latest versions
36150dc is described below

commit 36150dc8713d4a4d73f03f83f51671db8445c1c2
Author: Francis Chuang <fr...@apache.org>
AuthorDate: Wed Mar 23 15:32:34 2022 +1100

    [CALCITE-5059] Update Github Actions to latest versions
---
 .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 745e8ea..8cad245 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -22,12 +22,12 @@ jobs:
 
     steps:
       - name: Set up go
-        uses: actions/setup-go@v2-beta
+        uses: actions/setup-go@v3
         with:
           go-version: ${{ matrix.go_version}}
 
       - name: Check out Avatica-Go repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Run tests
         env: