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 ebf2ffe04 Bump ruby/setup-ruby from 1.283.0 to 1.284.0 (#8365)
ebf2ffe04 is described below

commit ebf2ffe0495a96e55bfc7dd8743ea4017b60526a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 10:11:43 2026 +0000

    Bump ruby/setup-ruby from 1.283.0 to 1.284.0 (#8365)
    
    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.283.0 to 
1.284.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/708024e6c902387ab41de36e1669e43b5ee7085e...80740b3b13bf9857e28854481ca95a84e78a2bdf)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-version: 1.284.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 6f7515553..4709d5bf7 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@708024e6c902387ab41de36e1669e43b5ee7085e # 
v1.283.0
+        uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # 
v1.284.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 cf3ed9488..b0226baa7 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@708024e6c902387ab41de36e1669e43b5ee7085e # 
v1.283.0
+        uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # 
v1.284.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 1863622f3..cc1aac012 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@708024e6c902387ab41de36e1669e43b5ee7085e # 
v1.283.0
+        uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # 
v1.284.0
         with:
           ruby-version: '2.7'
       - name: Set up JDK ${{ matrix.java }}

Reply via email to