This is an automated email from the ASF dual-hosted git repository.
baoyuan 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 b10e4e1bd chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0
(#12788)
b10e4e1bd is described below
commit b10e4e1bd9e3e3058837e63d4132b7ab3283a071
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 15:18:49 2025 +0800
chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 (#12788)
---
.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 988220e97..2e71a3e4f 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- 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 9c0ea644d..8844a5683 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Nodejs env
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: '12'