This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 28052dccd662 [SPARK-54267][BUILD] Upgrade actions/setup-node@v4 to v6
28052dccd662 is described below
commit 28052dccd66249158dfd8b9e7d3b5f011079d797
Author: Kent Yao <[email protected]>
AuthorDate: Sun Nov 9 21:26:58 2025 -0800
[SPARK-54267][BUILD] Upgrade actions/setup-node@v4 to v6
### What changes were proposed in this pull request?
Upgrade actions/setup-nodev4 to v6
### Why are the changes needed?
GA dependency updates
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Passing UI tests
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #52963 from yaooqinn/SPARK-54267.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index d0091c1753ec..7f5427d13235 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1378,7 +1378,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]