You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/02/16 01:40:27 UTC

[skywalking-infra-e2e] branch main updated: Fix deprecation warnings (#100)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2f20482  Fix deprecation warnings (#100)
2f20482 is described below

commit 2f20482135ba3a933bc0bb48c41f538ad1aa3048
Author: Superskyyy (AWAY, busy graduating | Debug 人) <Su...@outlook.com>
AuthorDate: Wed Feb 15 20:40:23 2023 -0500

    Fix deprecation warnings (#100)
---
 .github/workflows/build.yaml | 4 ++--
 action.yaml                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 78e3692..9e9c836 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,13 +30,13 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Set up Go 1.18
-        uses: actions/setup-go@v2
+        uses: actions/setup-go@v3
         with:
           go-version: 1.18
         id: go
 
       - name: Check out code into the Go module directory
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Check License
         uses: apache/skywalking-eyes@ec88b7d850018c8983f87729ea88549e100c5c82
diff --git a/action.yaml b/action.yaml
index 9437c5a..f24de8e 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@v2
+      uses: actions/setup-go@v3
       with:
         go-version: 1.18
     - if: runner.os == 'Linux'