You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/04/04 15:45:34 UTC

[apisix] branch master updated: build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 (#6790)

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

spacewander 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 7e1babafd build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 (#6790)
7e1babafd is described below

commit 7e1babafd098e26f2648d5af3b7695b3020290db
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 4 23:45:25 2022 +0800

    build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 (#6790)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/doc-lint.yml | 2 +-
 .github/workflows/lint.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 12812c7b1..4a5651f5e 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -15,7 +15,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v3.0.0
+        uses: actions/setup-node@v3.1.0
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index acc352e00..a01ca81ac 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Setup Nodejs env
-        uses: actions/setup-node@v3.0.0
+        uses: actions/setup-node@v3.1.0
         with:
           node-version: '12'