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 cf8de8ebc chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0
(#8005)
cf8de8ebc is described below
commit cf8de8ebc2b00f3fb3db50b3d5415a189c7a0680
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 28 19:21:13 2022 +0800
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0 (#8005)
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 e2a2c3620..78df73206 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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 61e279a86..d8fbb77da 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Nodejs env
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: '12'