Skip to content

Commit 1bf9078

Browse files
Update dependency ruby to v4
1 parent 95ca116 commit 1bf9078

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-mlkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3'
29+
ruby-version: '4.0.1'
3030
bundler-cache: true
3131

3232
- name: Set up Xcode

.github/workflows/check-mlkit-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3'
29+
ruby-version: '4.0.1'
3030
bundler-cache: true
3131

3232
- name: Check for MLKit updates

0 commit comments

Comments
 (0)