From 7d735bd13c1b8d5b2608b40dc47236b5eebed3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:40:58 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.110.0 to 1.113.3 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.110.0 to 1.113.3. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d...d5ee2364f01b3ef4a4740e4a4d3005051e122356) --- 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..7831a86de8 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@d5ee2364f01b3ef4a4740e4a4d3005051e122356 with: ruby-version: "2.6" bundler-cache: true