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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 5447569  chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5 (#2260)
5447569 is described below

commit 5447569a1c3f62c9e5c8fd936d06cc07c96f38bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 26 21:25:35 2022 +0800

    chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5 (#2260)
---
 .github/workflows/backend-e2e-test.yml         | 4 ++--
 .github/workflows/backend-unit-test.yml        | 2 +-
 .github/workflows/frontend-e2e-test.yml        | 2 +-
 .github/workflows/frontend-plugin-e2e-test.yml | 2 +-
 .github/workflows/go-lint.yml                  | 2 +-
 .github/workflows/make-build.yaml              | 2 +-
 .github/workflows/release-test.yml             | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/backend-e2e-test.yml 
b/.github/workflows/backend-e2e-test.yml
index 95dbf91..2b7b139 100644
--- a/.github/workflows/backend-e2e-test.yml
+++ b/.github/workflows/backend-e2e-test.yml
@@ -24,7 +24,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: "1.13"
           submodules: recursive
@@ -115,7 +115,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: "1.17"
 
diff --git a/.github/workflows/backend-unit-test.yml 
b/.github/workflows/backend-unit-test.yml
index 8d0f8d5..49f12d8 100644
--- a/.github/workflows/backend-unit-test.yml
+++ b/.github/workflows/backend-unit-test.yml
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: "1.13"
 
diff --git a/.github/workflows/frontend-e2e-test.yml 
b/.github/workflows/frontend-e2e-test.yml
index 95e6239..eecbeb7 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -49,7 +49,7 @@ jobs:
           cache-dependency-path: web/yarn.lock
 
       - name: Setup golang environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: '1.13'
 
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml 
b/.github/workflows/frontend-plugin-e2e-test.yml
index e73e77d..572dbb2 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -47,7 +47,7 @@ jobs:
           cache-dependency-path: web/yarn.lock
 
       - name: Setup golang environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: '1.13'
 
diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml
index 635e22d..b4ece2b 100644
--- a/.github/workflows/go-lint.yml
+++ b/.github/workflows/go-lint.yml
@@ -31,7 +31,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: '1.13'
 
diff --git a/.github/workflows/make-build.yaml 
b/.github/workflows/make-build.yaml
index 805203a..62dc33c 100644
--- a/.github/workflows/make-build.yaml
+++ b/.github/workflows/make-build.yaml
@@ -46,7 +46,7 @@ jobs:
           cache-dependency-path: web/yarn.lock
 
       - name: Setup golang environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: '1.13'
 
diff --git a/.github/workflows/release-test.yml 
b/.github/workflows/release-test.yml
index 153e790..1c3a794 100644
--- a/.github/workflows/release-test.yml
+++ b/.github/workflows/release-test.yml
@@ -43,7 +43,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: setup go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: '1.13'
 

Reply via email to