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 8329018bb Bump ruby/setup-ruby from 1.265.0 to 1.267.0 (#8296)
8329018bb is described below
commit 8329018bbad657a3709636814dc6c1dc220f3340
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 1 14:54:08 2025 +0000
Bump ruby/setup-ruby from 1.265.0 to 1.267.0 (#8296)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.265.0 to
1.267.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/ab177d40ee5483edb974554986f56b33477e21d0...d5126b9b3579e429dd52e51e68624dda2e05be25)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.267.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 eb03c3f6d..eb0c76d24 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@ab177d40ee5483edb974554986f56b33477e21d0 #
v1.265.0
+ uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.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 0ebb9e88f..e82f605f6 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@ab177d40ee5483edb974554986f56b33477e21d0 #
v1.265.0
+ uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.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 b6eecaaf7..6da3b4594 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@ab177d40ee5483edb974554986f56b33477e21d0 #
v1.265.0
+ uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}