This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new c5ee307 Bump up GHA to depress warnings (#156)
c5ee307 is described below
commit c5ee30754d4145fe29f90b9a82ef1d3902d41d2b
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Mar 28 12:08:02 2023 +0800
Bump up GHA to depress warnings (#156)
---
.github/workflows/license-eye-check.yaml | 2 +-
action.yml | 2 +-
dependency/action.yml | 2 +-
header/action.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/license-eye-check.yaml
b/.github/workflows/license-eye-check.yaml
index 096b84d..ed6884f 100644
--- a/.github/workflows/license-eye-check.yaml
+++ b/.github/workflows/license-eye-check.yaml
@@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v4
with:
go-version: 1.18
diff --git a/action.yml b/action.yml
index faa0874..5c3bf10 100644
--- a/action.yml
+++ b/action.yml
@@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'
diff --git a/dependency/action.yml b/dependency/action.yml
index a201420..ee0cb44 100644
--- a/dependency/action.yml
+++ b/dependency/action.yml
@@ -39,7 +39,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'
diff --git a/header/action.yml b/header/action.yml
index 08b9153..659f9c8 100644
--- a/header/action.yml
+++ b/header/action.yml
@@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'