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 abaddcd  chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 
(#1499)
abaddcd is described below

commit abaddcdc7e9f18ab58851dc99cf21455fc737ff9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 23 20:18:36 2021 +0800

    chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#1499)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/frontend-e2e-test.yml                 | 2 +-
 .github/workflows/lint.yml                              | 2 +-
 .github/workflows/make-build.yaml                       | 2 +-
 .github/workflows/test-frontend-multiple-node-build.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/frontend-e2e-test.yml 
b/.github/workflows/frontend-e2e-test.yml
index 5cfb2e8..654511b 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -30,7 +30,7 @@ jobs:
         uses: actions/checkout@v2
 
       - 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 88a53ec..5e3b457 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 4e6984f..197c40e 100644
--- a/.github/workflows/make-build.yaml
+++ b/.github/workflows/make-build.yaml
@@ -27,7 +27,7 @@ jobs:
         uses: actions/checkout@v2
 
       - 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 e1f78da..3c75f1b 100644
--- a/.github/workflows/test-frontend-multiple-node-build.yml
+++ b/.github/workflows/test-frontend-multiple-node-build.yml
@@ -28,7 +28,7 @@ jobs:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can 
access it
       - uses: actions/checkout@v2
       - 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