You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/02/18 06:22:22 UTC

[apisix] branch master updated: chore(deps): update actions/setup-node requirement to v2.1.4 (#3583)

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] <49...@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] <su...@github.com>
---
 .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/setup-node@v2.1.4
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0
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/setup-node@v2.1.4
         with:
           node-version: ${{ matrix.node_version }}
           architecture: ${{ matrix.architecture }}