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

wusheng 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 6753eae  bump action/setup-go to v5 (#180)
6753eae is described below

commit 6753eaeab2d30d8b777f33637bf48794f70888d0
Author: George Adams <[email protected]>
AuthorDate: Tue Apr 2 15:52:24 2024 +0100

    bump action/setup-go to v5 (#180)
---
 .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 ed6884f..72da41b 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@v4
+      - uses: actions/setup-go@v5
         with:
           go-version: 1.18
 
diff --git a/action.yml b/action.yml
index 690bae8..cb54c26 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@v4
+      uses: actions/setup-go@v5
       with:
         go-version: 1.18
         cache-dependency-path: ${{ github.action_path }}/go.sum
diff --git a/dependency/action.yml b/dependency/action.yml
index 2c5a97d..82f6458 100644
--- a/dependency/action.yml
+++ b/dependency/action.yml
@@ -43,7 +43,7 @@ runs:
   using: "composite"
   steps:
     - name: Set up Go 1.18
-      uses: actions/setup-go@v4
+      uses: actions/setup-go@v5
       with:
         go-version: 1.18
         cache-dependency-path: ${{ github.action_path }}/go.sum
diff --git a/header/action.yml b/header/action.yml
index 5ea9f7f..513e67f 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@v4
+      uses: actions/setup-go@v5
       with:
         go-version: 1.18
         cache-dependency-path: ${{ github.action_path }}/go.sum

Reply via email to