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 61e1b76  chore(deps): bump actions/setup-node from 2.3.0 to 2.4.0 
(#2040)
61e1b76 is described below

commit 61e1b76fc2d223d98372d78ee263e046135aba3c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 7 23:47:20 2021 +0800

    chore(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#2040)
---
 .github/workflows/frontend-e2e-test.yml                 | 2 +-
 .github/workflows/frontend-plugin-e2e-test.yml          | 2 +-
 .github/workflows/lint.yml                              | 2 +-
 .github/workflows/make-build.yaml                       | 2 +-
 .github/workflows/test-frontend-multiple-node-build.yml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/frontend-e2e-test.yml 
b/.github/workflows/frontend-e2e-test.yml
index fe62614..449a755 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -42,7 +42,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Node.js environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: 14.x
 
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml 
b/.github/workflows/frontend-plugin-e2e-test.yml
index cec1e71..41ca23a 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -40,7 +40,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Node.js environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: 14.x
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 829bd36..46e7ce5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: 🚀 Use Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: '14.x'
       - run: npm install -g [email protected]
diff --git a/.github/workflows/make-build.yaml 
b/.github/workflows/make-build.yaml
index 79a377f..e8e6efa 100644
--- a/.github/workflows/make-build.yaml
+++ b/.github/workflows/make-build.yaml
@@ -39,7 +39,7 @@ jobs:
           submodules: recursive
 
       - name: Setup Node.js environment
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: 14.x
 
diff --git a/.github/workflows/test-frontend-multiple-node-build.yml 
b/.github/workflows/test-frontend-multiple-node-build.yml
index d902593..0952e97 100644
--- a/.github/workflows/test-frontend-multiple-node-build.yml
+++ b/.github/workflows/test-frontend-multiple-node-build.yml
@@ -34,7 +34,7 @@ jobs:
         with:
           submodules: recursive
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node-version }}
 

Reply via email to