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

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


The following commit(s) were added to refs/heads/main by this push:
     new f654f7d  [CALCITE-6858] Upgrade GitHub actions
f654f7d is described below

commit f654f7de55145e9541a7e2a1a310e662c10037eb
Author: Francis Chuang <[email protected]>
AuthorDate: Wed Feb 26 08:27:56 2025 +1100

    [CALCITE-6858] Upgrade GitHub actions
---
 .github/workflows/publish-website.yml | 4 ++--
 .github/workflows/tests.yaml          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-website.yml 
b/.github/workflows/publish-website.yml
index a83326b..4939d7a 100644
--- a/.github/workflows/publish-website.yml
+++ b/.github/workflows/publish-website.yml
@@ -30,7 +30,7 @@ jobs:
   publish-website:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           repository: apache/calcite-avatica
           path: calcite-avatica
@@ -45,7 +45,7 @@ jobs:
         working-directory: calcite-avatica/site
         run: |
           docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) 
build-site
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           repository: apache/calcite-site
           path: calcite-site
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 2cad584..e230ce8 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -40,7 +40,7 @@ jobs:
 
     steps:
       - name: Check out Avatica-Go repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Run tests
         env:

Reply via email to