This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 67f5ebb1 build: bump actions/setup-node from 6 to 7 (#1023)
67f5ebb1 is described below
commit 67f5ebb19c55765ce9589635cad1b5e2b9517b3d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 19:40:22 2026 +0800
build: bump actions/setup-node from 6 to 7 (#1023)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to
7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-docs.yml | 2 +-
.github/workflows/deploy-docs.yml | 2 +-
.github/workflows/preview-docs.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index 2156ac7b..124db44f 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -40,7 +40,7 @@ jobs:
run_install: false
- name: Setup Node.js
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: '24'
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 288b6246..02841e6b 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
version: 11
run_install: false
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@v7
with:
node-version: "24"
diff --git a/.github/workflows/preview-docs.yml
b/.github/workflows/preview-docs.yml
index 5d5ed26b..681f0c48 100644
--- a/.github/workflows/preview-docs.yml
+++ b/.github/workflows/preview-docs.yml
@@ -36,7 +36,7 @@ jobs:
run_install: false
- name: Setup Node.js
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: '24'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]