This is an automated email from the ASF dual-hosted git repository.
Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new b240bda9f6a Bump actions/setup-node from 6 to 7 (#18989)
b240bda9f6a is described below
commit b240bda9f6a3052ab2b10ee693aeb2a1f37506c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 11:35:23 2026 -0700
Bump actions/setup-node from 6 to 7 (#18989)
---
.github/workflows/pinot_compatibility_checks.yml | 4 ++--
.github/workflows/pinot_compatibility_tests.yml | 2 +-
.../workflows/pinot_multi_stage_query_engine_compatibility_tests.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/pinot_compatibility_checks.yml
b/.github/workflows/pinot_compatibility_checks.yml
index f1c53bcda78..4ec7a29763c 100644
--- a/.github/workflows/pinot_compatibility_checks.yml
+++ b/.github/workflows/pinot_compatibility_checks.yml
@@ -191,7 +191,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Setup node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: v16.15.0
cache: 'npm'
@@ -250,7 +250,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Setup node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: v16.15.0
cache: 'npm'
diff --git a/.github/workflows/pinot_compatibility_tests.yml
b/.github/workflows/pinot_compatibility_tests.yml
index 6e31bffe692..47f2bad6293 100644
--- a/.github/workflows/pinot_compatibility_tests.yml
+++ b/.github/workflows/pinot_compatibility_tests.yml
@@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Setup node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: v16.15.0
cache: 'npm'
diff --git
a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
index 35b9c50bb5d..cad4a395a03 100644
--- a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
+++ b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
@@ -44,7 +44,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Setup node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: v16.15.0
cache: 'npm'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]