This is an automated email from the ASF dual-hosted git repository. yihaochen pushed a commit to branch deprecation-warning-fix in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git
The following commit(s) were added to refs/heads/deprecation-warning-fix by this push: new 3ba20b2 Fix deprecation warnings 3ba20b2 is described below commit 3ba20b2da55c73fe3703d46ae964a60cf349c7f8 Author: Superskyyy (AWAY, busy graduating | Debug 人) <supersk...@outlook.com> AuthorDate: Wed Feb 15 20:28:12 2023 -0500 Fix deprecation warnings --- .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'