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

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c931f91d chore(deps): bump actions/setup-go from 4 to 5 (#10610)
4c931f91d is described below

commit 4c931f91d28406953d7b04508f9e24db1554cc03
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 7 15:22:36 2023 +0800

    chore(deps): bump actions/setup-go from 4 to 5 (#10610)
---
 .github/workflows/build.yml    | 2 +-
 .github/workflows/gm-cron.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e5185ac86..f02326dfe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
           go-version: "1.17"
 
diff --git a/.github/workflows/gm-cron.yaml b/.github/workflows/gm-cron.yaml
index d05c5ba73..b90abaf14 100644
--- a/.github/workflows/gm-cron.yaml
+++ b/.github/workflows/gm-cron.yaml
@@ -38,7 +38,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
           go-version: "1.17"
 

Reply via email to