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 9a53d2c72 chore(deps): bump actions/setup-node from 3.8.0 to 3.8.1
(#10054)
9a53d2c72 is described below
commit 9a53d2c7262c6a44d09939e57b6ce754e9201f45
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 23 00:38:11 2023 +0800
chore(deps): bump actions/setup-node from 3.8.0 to 3.8.1 (#10054)
---
.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 99340f991..040ed6867 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/[email protected]
- 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 10f852db3..14966d8fc 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/[email protected]
- name: Setup Nodejs env
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
node-version: '12'