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

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


The following commit(s) were added to refs/heads/master by this push:
     new c14aa47  chore(deps): update actions/setup-node requirement to v2.1.4 
(#3583)
c14aa47 is described below

commit c14aa4708b3a51667f199f7864cba1bfaf241142
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 18 14:22:15 2021 +0800

    chore(deps): update actions/setup-node requirement to v2.1.4 (#3583)
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/lint.yml                  | 2 +-
 .github/workflows/markdown-link-checker.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ef1f707..e35fd22 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@v1
+        uses: actions/[email protected]
         with:
           node-version: '12.x'
       - run: npm install -g [email protected]
diff --git a/.github/workflows/markdown-link-checker.yml 
b/.github/workflows/markdown-link-checker.yml
index 209a368..9941292 100644
--- a/.github/workflows/markdown-link-checker.yml
+++ b/.github/workflows/markdown-link-checker.yml
@@ -17,7 +17,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: Setup node
-        uses: actions/setup-node@v2
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node_version }}
           architecture: ${{ matrix.architecture }}

Reply via email to