From 14d51019fe36ff88947fb4a20577c2ea9986f1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:07:13 +0000 Subject: [PATCH] Bump ruby/setup-ruby Bumps the github-actions-minor-patch group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1 to 1.310.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1...v1.310.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.310.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/android-release.yml | 2 +- .github/workflows/android-screenshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index d244689..3781c10 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -324,7 +324,7 @@ jobs: - name: Set up Ruby for Fastlane if: ${{ github.event_name == 'workflow_dispatch' && (inputs.release_mode == 'publish_build_and_store_entry' || inputs.release_mode == 'update_store_entry_only') }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1.310.0 with: ruby-version: '3.3' bundler-cache: true diff --git a/.github/workflows/android-screenshots.yml b/.github/workflows/android-screenshots.yml index 6c78895..720b5f1 100644 --- a/.github/workflows/android-screenshots.yml +++ b/.github/workflows/android-screenshots.yml @@ -133,7 +133,7 @@ jobs: echo "path=$apk_path" >> "$GITHUB_OUTPUT" - name: Set up Ruby for Fastlane - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1.310.0 with: ruby-version: '3.4.9' bundler: '2.7.2'