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-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new fe05240 chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0
(#2230)
fe05240 is described below
commit fe052409817005db713e802999d3b99c6a323c5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 1 10:41:22 2021 +0800
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#2230)
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 975074f..50661d5 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
cache: 'yarn'
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml
b/.github/workflows/frontend-plugin-e2e-test.yml
index fad3deb..075360e 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
cache: 'yarn'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 0e1aff1..c4ffd89 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 b75e8d1..805203a 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
cache: 'yarn'
diff --git a/.github/workflows/test-frontend-multiple-node-build.yml
b/.github/workflows/test-frontend-multiple-node-build.yml
index aceb068..b9a567e 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 }}
cache: 'yarn'