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 8e4d915ca Bump ruby/setup-ruby from 1.263.0 to 1.264.0 (#8279)
8e4d915ca is described below
commit 8e4d915ca94d509cbc6b0b1b76a6bac58c1763cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 15:48:01 2025 +0100
Bump ruby/setup-ruby from 1.263.0 to 1.264.0 (#8279)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.263.0 to
1.264.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/0481980f17b760ef6bca5e8c55809102a0af1e5a...6797dcbb9a1889fd411d07e8aba7eded53fb8b48)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.264.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 f29ac78d8..06a021d5a 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@0481980f17b760ef6bca5e8c55809102a0af1e5a #
v1.263.0
+ uses: ruby/setup-ruby@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 #
v1.264.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 6a6f56df9..874c084bc 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@0481980f17b760ef6bca5e8c55809102a0af1e5a #
v1.263.0
+ uses: ruby/setup-ruby@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 #
v1.264.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 4ee977f56..facc4c956 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@0481980f17b760ef6bca5e8c55809102a0af1e5a #
v1.263.0
+ uses: ruby/setup-ruby@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 #
v1.264.0
with:
ruby-version: '2.7'
- name: Set up JDK ${{ matrix.java }}