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 886ee660c chore(deps): bump actions/setup-node from 4.0.2 to 4.4.0 (#12325) 886ee660c is described below commit 886ee660c2c10ff3cfaced312aec143f7eba155a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 1 14:08:19 2025 +0800 chore(deps): bump actions/setup-node from 4.0.2 to 4.4.0 (#12325) --- .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 d88474141..962671d4b 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/setup-node@v4.0.2 + uses: actions/setup-node@v4.4.0 with: node-version: "12.x" - run: npm install -g markdownlint-cli@0.25.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 327099ea2..a3244caa6 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/setup-node@v4.0.2 + uses: actions/setup-node@v4.4.0 with: node-version: '12'