You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/03/28 03:42:41 UTC

[skywalking-infra-e2e] 01/01: Bump up GHA to avoid too many warnings

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

kezhenxu94 pushed a commit to branch bumpupgha
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git

commit cd63dab4b672a843c7d15567e380a2c72820cac5
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Mar 28 11:42:27 2023 +0800

    Bump up GHA to avoid too many warnings
---
 .github/workflows/build.yaml | 2 +-
 action.yaml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9e9c836..948beb8 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Set up Go 1.18
-        uses: actions/setup-go@v3
+        uses: actions/setup-go@v4
         with:
           go-version: 1.18
         id: go
diff --git a/action.yaml b/action.yaml
index f24de8e..cb81a18 100644
--- a/action.yaml
+++ b/action.yaml
@@ -32,7 +32,7 @@ runs:
   using: "composite"
   steps:
     - name: Set up Go 1.18
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
         go-version: 1.18
     - if: runner.os == 'Linux'