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 05:19:49 UTC

[calcite-avatica-go] 03/03: [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

commit 3abfabf9e1973684097108bc9e2933e6c88c6fa4
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: