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/09/29 01:08:41 UTC

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

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 fe0b25b  chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#5148)
fe0b25b is described below

commit fe0b25b26b5267d56cb005fd9554e04c5a3557a3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 29 09:08:36 2021 +0800

    chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#5148)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/doc-lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 5aa9d84..891b029 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2.3.4
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v2.4.0
+        uses: actions/setup-node@v2.4.1
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0