You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/07/01 08:54:25 UTC

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

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

tokers 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 95ac6fa  chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#4511)
95ac6fa is described below

commit 95ac6fa143d5a680297dd0d44868ce89acced0f2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 1 16:54:15 2021 +0800

    chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#4511)
    
    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/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 9888676..b880528 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.1.5
+        uses: actions/setup-node@v2.2.0
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0