This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new c9c15a929 Bump actions/setup-node from 6.2.0 to 6.3.0 (#8417)
c9c15a929 is described below
commit c9c15a929c4de5bb124a0028fb5da6925f687800
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 15:42:16 2026 +0000
Bump actions/setup-node from 6.2.0 to 6.3.0 (#8417)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
-
[Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yaml | 2 +-
.github/workflows/nightlies.yaml | 2 +-
.github/workflows/snapshots.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 742466110..de4181b56 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -45,7 +45,7 @@ jobs:
with:
python-version: '3.10'
- name: Set up Node
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #
v6.3.0
with:
node-version: 20
- name: Set up Ruby
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index e256dc4ca..9400a4e87 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -41,7 +41,7 @@ jobs:
with:
python-version: '3.10'
- name: Set up Node
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #
v6.3.0
with:
node-version: 16
- name: Set up Ruby
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index 487659423..2764f3982 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -41,7 +41,7 @@ jobs:
with:
python-version: '3.10'
- name: Set up Node
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #
v6.3.0
with:
node-version: 16
- name: Set up Ruby