This is an automated email from the ASF dual-hosted git repository.
monkeydluffy 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 5911211d2 chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0
(#10381)
5911211d2 is described below
commit 5911211d2292b4c96df0c666fcc74fabeb10a5d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 26 11:09:06 2023 +0800
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#10381)
---
.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 4e61aeff1..f644f59ce 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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 aa8c2a11f..56cd00c02 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Nodejs env
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: '12'