This is an automated email from the ASF dual-hosted git repository.
rzo1 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 2112ceda6 Bump ruby/setup-ruby from 1.254.0 to 1.255.0
2112ceda6 is described below
commit 2112ceda610fa6d3b5772575b2bac78fb152ad7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 11:37:11 2025 +0000
Bump ruby/setup-ruby from 1.254.0 to 1.255.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.254.0 to
1.255.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/2a7b30092b0caf9c046252510f9273b4875f3db9...829114fc20da43a41d27359103ec7a63020954d4)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.255.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 703b9cbe6..1033a50d9 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@2a7b30092b0caf9c046252510f9273b4875f3db9 #
v1.254.0
+ uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 #
v1.255.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 70619b6ab..b8aa259d6 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@2a7b30092b0caf9c046252510f9273b4875f3db9 #
v1.254.0
+ uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 #
v1.255.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 a5fb8128c..f5fbfcf29 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@2a7b30092b0caf9c046252510f9273b4875f3db9 #
v1.254.0
+ uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 #
v1.255.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}