Skip to content

Commit 2928646

Browse files
Update dependency ruby to v3.4.7 (#728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 177b9fd commit 2928646

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/push_linux_aarch64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Ruby
6060
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
6161
with:
62-
ruby-version: '3.4.6'
62+
ruby-version: '3.4.7'
6363
bundler-cache: false
6464

6565
- name: Build precompiled librdkafka.so

.github/workflows/push_linux_x86_64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Ruby
6060
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
6161
with:
62-
ruby-version: '3.4.6'
62+
ruby-version: '3.4.7'
6363
bundler-cache: false
6464

6565
- name: Build precompiled librdkafka.so

.github/workflows/push_linux_x86_64_musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up Ruby
7777
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
7878
with:
79-
ruby-version: '3.4.6'
79+
ruby-version: '3.4.7'
8080
bundler-cache: false
8181

8282
- name: Configure trusted publishing credentials

.github/workflows/push_macos_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Ruby
5050
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
5151
with:
52-
ruby-version: '3.4.6'
52+
ruby-version: '3.4.7'
5353
bundler-cache: false
5454

5555
- name: Build precompiled librdkafka for macOS ARM64

0 commit comments

Comments
 (0)