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 2021/07/01 06:42:36 UTC

[apisix-website] branch master updated: chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#398)

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 237cf26  chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#398)
237cf26 is described below

commit 237cf2692d071c40159008b386d7556372a16c63
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 1 14:42:30 2021 +0800

    chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#398)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/deploy.yml     | 2 +-
 .github/workflows/link-check.yml | 2 +-
 .github/workflows/lint.yml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a6cb606..fbce077 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - uses: actions/checkout@v2.3.4
-      - uses: actions/setup-node@v2.1.5
+      - uses: actions/setup-node@v2.2.0
         with:
           node-version: "12"
 
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 7867b28..72bb570 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - uses: actions/checkout@v2.3.4
-      - uses: actions/setup-node@v2.1.5
+      - uses: actions/setup-node@v2.2.0
         with:
           node-version: "12"
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b0034c0..89cd557 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2.3.4
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v2.1.5
+        uses: actions/setup-node@v2.2.0
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0