From 894c490a23a12969fa88333324120e4988eb2c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 19:52:55 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75a52bfe..54b962a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,7 +70,7 @@ jobs: - name: Setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.7' + ruby-version: '4.0.0' bundler-cache: true working-directory: 'android' - name: Deploy to Play Store