Update dependency ruby to v4.0.3 (#524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-21 14:43:24 +02:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent b2efc82aa3
commit 0eff82a10a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
if: matrix.format.type == 'aab'
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.2'
ruby-version: '4.0.3'
- name: Install fastlane
if: matrix.format.type == 'aab'
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
if: matrix.format.type == 'aab'
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.2'
ruby-version: '4.0.3'
- name: Install fastlane
if: matrix.format.type == 'aab'
run: gem install fastlane -NV