This is an automated email from the ASF dual-hosted git repository.
liuxiran 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 54d88fa chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0
(#438)
54d88fa is described below
commit 54d88fa91446e3f1795fcf4961e8772fcd1c607f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 24 06:00:20 2021 +0800
chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#438)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/deploy.yml | 2 +-
.github/workflows/link-check.yml | 2 +-
.github/workflows/lint.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9bd9094..ce88586 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- uses: actions/[email protected]
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
node-version: "14"
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 5399bc8..df8cc28 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- uses: actions/[email protected]
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
node-version: "12"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b623b42..a1953b0 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,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]