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 719c538  chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 
(#5952)
719c538 is described below

commit 719c5388143d73cc1424d0a03ec51584a60e243e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 29 21:06:02 2021 +0800

    chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#5952)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 685077b..6f97fb2 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -14,7 +14,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: 🚀 Use Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: '12.x'
       - run: npm install -g [email protected]
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9ab6bf4..37d6385 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -31,7 +31,7 @@ jobs:
         uses: actions/[email protected]
 
       - name: Setup Nodejs env
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: '12'
 

Reply via email to