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 6000d7ec5 Bump ruby/setup-ruby from 1.278.0 to 1.279.0 (#8358)
6000d7ec5 is described below
commit 6000d7ec52942bbef9ac5cae8077976b2e0b74d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 07:24:54 2026 +0000
Bump ruby/setup-ruby from 1.278.0 to 1.279.0 (#8358)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.278.0 to
1.279.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/4c24fa5ec04b2e79eb40571b1cee2a0d2b705771...b90be12699fdfcbee4440c2bba85f6f460446bb0)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.279.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 477a107b3..501c7b0a1 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@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 #
v1.278.0
+ uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 #
v1.279.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 d6364ae7f..3f3ccfd94 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@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 #
v1.278.0
+ uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 #
v1.279.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 1907aa9ef..1e5df092d 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@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 #
v1.278.0
+ uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 #
v1.279.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}