This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 32ac539e9 chore(deps): bump actions/setup-node from 5 to 6 in the
github-actions group (#6695)
32ac539e9 is described below
commit 32ac539e9ff31a06ef48af33f0afe9c397c7eec9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 19 18:28:14 2025 +0800
chore(deps): bump actions/setup-node from 5 to 6 in the github-actions
group (#6695)
chore(deps): bump actions/setup-node in the github-actions group
Bumps the github-actions group with 1 update:
[actions/setup-node](https://github.com/actions/setup-node).
Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci_bindings_nodejs.yml | 2 +-
.github/workflows/ci_check.yml | 2 +-
.github/workflows/docs.yml | 4 ++--
.github/workflows/release_nodejs.yml | 4 ++--
.github/workflows/test_behavior_binding_nodejs.yml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci_bindings_nodejs.yml
b/.github/workflows/ci_bindings_nodejs.yml
index bc81cb664..3fb3287e1 100644
--- a/.github/workflows/ci_bindings_nodejs.yml
+++ b/.github/workflows/ci_bindings_nodejs.yml
@@ -60,7 +60,7 @@ jobs:
run_install: false
- name: Setup node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml
index fc6601072..521bad863 100644
--- a/.github/workflows/ci_check.yml
+++ b/.github/workflows/ci_check.yml
@@ -96,7 +96,7 @@ jobs:
version: 8
run_install: false
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 6509dbaed..74ab39243 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -112,7 +112,7 @@ jobs:
version: 8
run_install: false
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
@@ -500,7 +500,7 @@ jobs:
version: 8
run_install: false
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
diff --git a/.github/workflows/release_nodejs.yml
b/.github/workflows/release_nodejs.yml
index 726e5d6f4..621e3815d 100644
--- a/.github/workflows/release_nodejs.yml
+++ b/.github/workflows/release_nodejs.yml
@@ -107,7 +107,7 @@ jobs:
version: 8
run_install: false
- name: Setup node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
@@ -170,7 +170,7 @@ jobs:
version: 8
run_install: false
- name: Setup node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm
diff --git a/.github/workflows/test_behavior_binding_nodejs.yml
b/.github/workflows/test_behavior_binding_nodejs.yml
index 55a1b47fa..147d73182 100644
--- a/.github/workflows/test_behavior_binding_nodejs.yml
+++ b/.github/workflows/test_behavior_binding_nodejs.yml
@@ -56,7 +56,7 @@ jobs:
version: 8
run_install: false
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
with:
node-version: "20"
cache: pnpm