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 68f3c3f20 Bump ruby/setup-ruby from 1.267.0 to 1.268.0
68f3c3f20 is described below
commit 68f3c3f20d229feacba5736f3e91d706302d249f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 04:13:34 2025 +0000
Bump ruby/setup-ruby from 1.267.0 to 1.268.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.267.0 to
1.268.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/d5126b9b3579e429dd52e51e68624dda2e05be25...8aeb6ff8030dd539317f8e1769a044873b56ea71)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.268.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 8c23a21b5..3c3c2602e 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@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.0
+ uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 #
v1.268.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 972ed644e..ce01ff718 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@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.0
+ uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 #
v1.268.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 4dde5266a..e33e6edd5 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@d5126b9b3579e429dd52e51e68624dda2e05be25 #
v1.267.0
+ uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 #
v1.268.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}