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

juzhiyuan 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 eb3012f  chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 
(#200)
eb3012f is described below

commit eb3012f91831fd6c960b26274d19c7a40df4ca34
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 23 20:17:01 2021 +0800

    chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#200)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
v2.1.4 to v2.1.5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a7f824d..339c46a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: 🚀 Use Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: '12.x'
       - run: npm install -g [email protected]

Reply via email to