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-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 6460891 chore(deps): bump actions/setup-node from 2.1.5 to 2.3.0
(#1988)
6460891 is described below
commit 6460891da32c54794900b8017f0f439da32c3c5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 2 08:16:57 2021 +0800
chore(deps): bump actions/setup-node from 2.1.5 to 2.3.0 (#1988)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/frontend-e2e-test.yml | 2 +-
.github/workflows/frontend-plugin-e2e-test.yml | 2 +-
.github/workflows/lint.yml | 2 +-
.github/workflows/make-build.yaml | 2 +-
.github/workflows/test-frontend-multiple-node-build.yml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/frontend-e2e-test.yml
b/.github/workflows/frontend-e2e-test.yml
index 9d0de29..fe62614 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -42,7 +42,7 @@ jobs:
submodules: recursive
- name: Setup Node.js environment
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: 14.x
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml
b/.github/workflows/frontend-plugin-e2e-test.yml
index 8af4aa0..cec1e71 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -40,7 +40,7 @@ jobs:
submodules: recursive
- name: Setup Node.js environment
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: 14.x
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 8e6752c..829bd36 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: '14.x'
- run: npm install -g [email protected]
diff --git a/.github/workflows/make-build.yaml
b/.github/workflows/make-build.yaml
index 248990a..79a377f 100644
--- a/.github/workflows/make-build.yaml
+++ b/.github/workflows/make-build.yaml
@@ -39,7 +39,7 @@ jobs:
submodules: recursive
- name: Setup Node.js environment
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: 14.x
diff --git a/.github/workflows/test-frontend-multiple-node-build.yml
b/.github/workflows/test-frontend-multiple-node-build.yml
index 4fa437a..d902593 100644
--- a/.github/workflows/test-frontend-multiple-node-build.yml
+++ b/.github/workflows/test-frontend-multiple-node-build.yml
@@ -34,7 +34,7 @@ jobs:
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}