You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/05/08 02:26:52 UTC

[apisix] branch master updated: chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#8625)

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

monkeydluffy 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 11e8084f2 chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#8625)
11e8084f2 is described below

commit 11e8084f251da91bf5df655ded631e8eac6df3fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 8 10:26:46 2023 +0800

    chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 (#8625)
---
 .github/workflows/doc-lint.yml | 2 +-
 .github/workflows/lint.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 18e7baa3a..1b3bf1c44 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -22,7 +22,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3.2.0
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v3.5.1
+        uses: actions/setup-node@v3.6.0
         with:
           node-version: "12.x"
       - run: npm install -g markdownlint-cli@0.25.0
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 66f898b42..e624078d5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
         uses: actions/checkout@v3.2.0
 
       - name: Setup Nodejs env
-        uses: actions/setup-node@v3.5.1
+        uses: actions/setup-node@v3.6.0
         with:
           node-version: '12'