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

F21 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 0526fc3  [CALCITE-7570] Upgrade GitHub actions
0526fc3 is described below

commit 0526fc376632c8429fd689dfdbb4e42eb832a728
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Jun 1 09:45:34 2026 +1000

    [CALCITE-7570] 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 4939d7a..148fe99 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@v4
+      - uses: actions/checkout@v6
         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@v4
+      - uses: actions/checkout@v6
         with:
           repository: apache/calcite-site
           path: calcite-site
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index f290b7d..677bee6 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -39,7 +39,7 @@ jobs:
 
     steps:
       - name: Check out Avatica-Go repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Run tests
         env:

Reply via email to