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 dc3a6efb5 Bump ruby/setup-ruby from 1.256.0 to 1.257.0 (#8240)
dc3a6efb5 is described below
commit dc3a6efb52192ed3c9306db726edef4a57fb1be6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 10:16:26 2025 +0100
Bump ruby/setup-ruby from 1.256.0 to 1.257.0 (#8240)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.256.0 to
1.257.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/efbf473cab83af4468e8606cc33eca9281bb213f...44511735964dcb71245e7e55f72539531f7bc0eb)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.257.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 35cda97d0..a76c70cee 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@efbf473cab83af4468e8606cc33eca9281bb213f #
v1.256.0
+ uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb #
v1.257.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 6e4e7a4fc..11da06d84 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@efbf473cab83af4468e8606cc33eca9281bb213f #
v1.256.0
+ uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb #
v1.257.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 020f904b1..62c92b00f 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@efbf473cab83af4468e8606cc33eca9281bb213f #
v1.256.0
+ uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb #
v1.257.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}