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 48cb3681f Bump actions/setup-node from 4.4.0 to 5.0.0 (#8241)
48cb3681f is described below
commit 48cb3681fa9ab71f79fe41805e8f0d8af33c07d6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 13:54:09 2025 +0100
Bump actions/setup-node from 4.4.0 to 5.0.0 (#8241)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
4.4.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
-
[Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...a0853c24544627f65ddf259abe73b1d18a591444)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 5.0.0
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/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 1f09e789b..bc67637d1 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@49933ea5288caeca8642d1e84afbd3f7d6820020 #
v4.4.0
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #
v5.0.0
with:
node-version: 20
- name: Set up Ruby
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index f8928073c..c181af376 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@49933ea5288caeca8642d1e84afbd3f7d6820020 #
v4.4.0
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #
v5.0.0
with:
node-version: 16
- name: Set up Ruby
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index eb954342f..0c6a8196a 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@49933ea5288caeca8642d1e84afbd3f7d6820020 #
v4.4.0
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 #
v5.0.0
with:
node-version: 16
- name: Set up Ruby