From 27f7507e67129adf6bf93588b6850f8d157ee117 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 19:10:02 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby to v1.176.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 ef01d752..34af53e9 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.175.1 + uses: ruby/setup-ruby@v1.176.0 with: ruby-version: '3.0' bundler-cache: true diff --git a/.github/workflows/action.fastlane.yaml b/.github/workflows/action.fastlane.yaml index e3f0fa0f..a276dd08 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.175.1 + uses: ruby/setup-ruby@v1.176.0 with: ruby-version: '3.0' bundler-cache: true