From c3ede38b4c3e7fea843fa636c7a0642eb020da57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:23:08 -0500 Subject: [PATCH] chore(deps): update ruby to v3.4.7 (#3416) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58764210e..70ab0cbf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.4.7' bundler-cache: true - name: Build and Deploy Google Play to Internal Track with Fastlane @@ -203,7 +203,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.4.7' bundler-cache: true - name: Build F-Droid with Fastlane