You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2021/11/30 16:53:11 UTC

[apisix-website] branch master updated: chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#780)

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

bzp2010 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 6158089  chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#780)
6158089 is described below

commit 61580893e3240c94b29e5f800fbcd3803648527b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 1 00:53:06 2021 +0800

    chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#780)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/deploy.yml     | 2 +-
 .github/workflows/link-check.yml | 2 +-
 .github/workflows/lint.yml       | 2 +-
 .github/workflows/preview.yml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d25eb49..63646e3 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.4.1
+      - uses: actions/setup-node@v2.5.0
         with:
           node-version: "14"
 
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 064baca..3541b5c 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.4.1
+      - uses: actions/setup-node@v2.5.0
         with:
           node-version: "12"
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 612ddbd..bb2a83c 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.4.1
+        uses: actions/setup-node@v2.5.0
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0
diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index bd0ee04..6401bd0 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -12,7 +12,7 @@ jobs:
       - uses: actions/checkout@v2.4.0
 
       - name: Setup Node.js environment
-        uses: actions/setup-node@v2.4.1
+        uses: actions/setup-node@v2.5.0
         with:
           node-version: 14.x