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 ff84e03  chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 
(#2270)
ff84e03 is described below

commit ff84e03d1b7e0e59bac3b7416e3aac8654a853b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 27 08:12:09 2022 +0800

    chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#2270)
---
 .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 eecbeb7..227f4b9 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
           cache: 'yarn'
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml 
b/.github/workflows/frontend-plugin-e2e-test.yml
index 572dbb2..e92befe 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
           cache: 'yarn'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3fa5796..f0a0b84 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 62dc33c..7296a4c 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
           cache: 'yarn'
diff --git a/.github/workflows/test-frontend-multiple-node-build.yml 
b/.github/workflows/test-frontend-multiple-node-build.yml
index b9a567e..7705511 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 }}
           cache: 'yarn'

Reply via email to