fix(ci): downgrade Ruby to 4.0.4 for ubuntu-24.04 compatibility (#5519)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-05-19 19:12:38 -07:00
committed by GitHub
parent 54fafd225b
commit 1998277555
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ jobs:
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.5'
ruby-version: '4.0.4'
bundler-cache: true
- name: Build and Deploy Google Play to Internal Track with Fastlane
@@ -235,7 +235,7 @@ jobs:
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.5'
ruby-version: '4.0.4'
bundler-cache: true
- name: Build F-Droid with Fastlane

View File

@@ -1 +1 @@
4.0.5
4.0.4