This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 330ba8b14c1 Bump actions/setup-node from 5 to 6 (#36589)
330ba8b14c1 is described below
commit 330ba8b14c11b33c9d1d0ed8759f682aa7cb8342
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 08:52:22 2025 -0400
Bump actions/setup-node from 5 to 6 (#36589)
Bumps [actions/setup-node](https://github.com/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
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/pr-bot-new-prs.yml | 2 +-
.github/workflows/pr-bot-pr-updates.yml | 2 +-
.github/workflows/pr-bot-prs-needing-attention.yml | 2 +-
.github/workflows/reportGenerator.yml | 2 +-
.github/workflows/typescript_tests.yml | 6 +++---
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/build_release_candidate.yml
b/.github/workflows/build_release_candidate.yml
index 6e66f347303..8c53e93cdb0 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -332,7 +332,7 @@ jobs:
with:
python-version: '3.9'
- name: Install node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: '16'
- name: Install Java 21
diff --git a/.github/workflows/pr-bot-new-prs.yml
b/.github/workflows/pr-bot-new-prs.yml
index ac1a599e853..59082400201 100644
--- a/.github/workflows/pr-bot-new-prs.yml
+++ b/.github/workflows/pr-bot-new-prs.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: 16
- name: Install pr-bot npm dependencies
diff --git a/.github/workflows/pr-bot-pr-updates.yml
b/.github/workflows/pr-bot-pr-updates.yml
index 962dc5e2d9a..86cc291e87b 100644
--- a/.github/workflows/pr-bot-pr-updates.yml
+++ b/.github/workflows/pr-bot-pr-updates.yml
@@ -40,7 +40,7 @@ jobs:
with:
ref: 'master'
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: 16
- name: Install pr-bot npm dependencies
diff --git a/.github/workflows/pr-bot-prs-needing-attention.yml
b/.github/workflows/pr-bot-prs-needing-attention.yml
index dba7a25a94f..eb6adfcaa82 100644
--- a/.github/workflows/pr-bot-prs-needing-attention.yml
+++ b/.github/workflows/pr-bot-prs-needing-attention.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: 16
- name: Install pr-bot npm dependencies
diff --git a/.github/workflows/reportGenerator.yml
b/.github/workflows/reportGenerator.yml
index da8c7ca206a..7a4abdb66a0 100644
--- a/.github/workflows/reportGenerator.yml
+++ b/.github/workflows/reportGenerator.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: 16
- run: |
diff --git a/.github/workflows/typescript_tests.yml
b/.github/workflows/typescript_tests.yml
index d438b4dd93f..9ae884227e2 100644
--- a/.github/workflows/typescript_tests.yml
+++ b/.github/workflows/typescript_tests.yml
@@ -59,7 +59,7 @@ jobs:
persist-credentials: false
submodules: recursive
- name: Install node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: '18'
- name: Install Develocity npm Agent
@@ -101,7 +101,7 @@ jobs:
persist-credentials: false
submodules: recursive
- name: Install Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: '18'
- name: Install Develocity npm Agent
@@ -164,7 +164,7 @@ jobs:
persist-credentials: false
submodules: recursive
- name: Install node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
node-version: '18'
- name: Install Develocity npm Agent