You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/10/10 00:42:45 UTC

[apisix-dashboard] branch master updated: chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#2151)

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

liuxiran 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 66a317f  chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#2151)
66a317f is described below

commit 66a317faaacca02dc085fa7337c8cb4664ba25f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Oct 10 08:42:41 2021 +0800

    chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#2151)
    
    
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .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 e3dea05..975074f 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/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         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 788e81a..fad3deb 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/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         with:
           node-version: 14.x
           cache: 'yarn'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 46e7ce5..0e1aff1 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/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         with:
           node-version: '14.x'
       - run: npm install -g markdownlint-cli@0.25.0
diff --git a/.github/workflows/make-build.yaml b/.github/workflows/make-build.yaml
index 7aa63e2..b75e8d1 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/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         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 e143c63..aceb068 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/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         with:
           node-version: ${{ matrix.node-version }}
           cache: 'yarn'