You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/03/06 13:40:05 UTC

[apisix-website] branch master updated: chore(deps): bump actions/setup-node from 2.5.1 to 3 (#910)

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

juzhiyuan 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 3a9e130  chore(deps): bump actions/setup-node from 2.5.1 to 3 (#910)
3a9e130 is described below

commit 3a9e13070a28538f8a4cfd6f885f6dff3005e6b8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Mar 6 21:39:58 2022 +0800

    chore(deps): bump actions/setup-node from 2.5.1 to 3 (#910)
    
    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 51730ed..6ca64a5 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.4.0
-      - uses: actions/setup-node@v2.5.1
+      - uses: actions/setup-node@v3
         with:
           node-version: "14"
 
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 25879d3..971aaa7 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.4.0
-      - uses: actions/setup-node@v2.5.1
+      - uses: actions/setup-node@v3
         with:
           node-version: "12"
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 33d7206..ac7f120 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2.4.0
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v2.5.1
+        uses: actions/setup-node@v3
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0