From 232b0e58086d2d2edf7d5db2d7f43c3d582dece4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 05:04:36 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.110.0 to 1.133.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.110.0 to 1.133.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d...09c10210cc6e998d842ce8433cd9d245933cd797) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release_deploy_play_store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index a069bd12db..50f66fa6c6 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -34,7 +34,7 @@ jobs: # Setup Ruby, Bundler, and Gemfile dependencies - name: Setup Fastlane - uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d + uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 with: ruby-version: "2.6" bundler-cache: true