From 3f28e4f1289beae1c9e570ffadd7f0ddb9d904fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:29:36 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby to v1.203.0 --- .github/workflows/action.fastlane.promote.yaml | 2 +- .github/workflows/action.fastlane.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.fastlane.promote.yaml b/.github/workflows/action.fastlane.promote.yaml index 616e6264..0ea2328b 100644 --- a/.github/workflows/action.fastlane.promote.yaml +++ b/.github/workflows/action.fastlane.promote.yaml @@ -32,7 +32,7 @@ jobs: - name: 'Check secret configuration' run: ./.github/scripts/check_secrets_decryption.sh - name: 'Setup Ruby' - uses: ruby/setup-ruby@v1.202.0 + uses: ruby/setup-ruby@v1.203.0 with: ruby-version: '3.0' bundler-cache: true diff --git a/.github/workflows/action.fastlane.yaml b/.github/workflows/action.fastlane.yaml index f85f7dd4..c6e3d012 100644 --- a/.github/workflows/action.fastlane.yaml +++ b/.github/workflows/action.fastlane.yaml @@ -31,7 +31,7 @@ jobs: with: name: 'aab-build' - name: 'Setup Ruby' - uses: ruby/setup-ruby@v1.202.0 + uses: ruby/setup-ruby@v1.203.0 with: ruby-version: '3.0' bundler-cache: true