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 2a6104d99 Bump ruby/setup-ruby from 1.258.0 to 1.259.0 (#8254)
2a6104d99 is described below
commit 2a6104d9982f4233acae2f75912a2fd568c4b41c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 23:55:30 2025 +0100
Bump ruby/setup-ruby from 1.258.0 to 1.259.0 (#8254)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.258.0 to
1.259.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
-
[Commits](https://github.com/ruby/setup-ruby/compare/3fee6763234110473bd57dd4595c5199fce2c510...866b91cc020931c510d42e43e498a7f07d335f60)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.259.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 bb60bdff0..b527303e4 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -49,7 +49,7 @@ jobs:
with:
node-version: 20
- name: Set up Ruby
- uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 #
v1.258.0
+ uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 #
v1.259.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index b6d369904..e4b7c8a4e 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -45,7 +45,7 @@ jobs:
with:
node-version: 16
- name: Set up Ruby
- uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 #
v1.258.0
+ uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 #
v1.259.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index 7c777614f..06cb294ab 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -45,7 +45,7 @@ jobs:
with:
node-version: 16
- name: Set up Ruby
- uses: ruby/setup-ruby@3fee6763234110473bd57dd4595c5199fce2c510 #
v1.258.0
+ uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 #
v1.259.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}