This is an automated email from the ASF dual-hosted git repository.
tokers 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 6d2070f chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0
(#4766)
6d2070f is described below
commit 6d2070ffe23fcd8d48b30b5b72450134993ef95c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 6 17:21:56 2021 +0800
chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#4766)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
2.3.2 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/doc-lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 7c419f5..5aa9d84 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -13,7 +13,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]