diff --git a/.github/workflows/action.fastlane.promote.yaml b/.github/workflows/action.fastlane.promote.yaml index 6001f5f1..ef01d752 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.174.0 + uses: ruby/setup-ruby@v1.175.1 with: ruby-version: '3.0' bundler-cache: true diff --git a/.github/workflows/action.fastlane.yaml b/.github/workflows/action.fastlane.yaml index 425c935c..e3f0fa0f 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.174.0 + uses: ruby/setup-ruby@v1.175.1 with: ruby-version: '3.0' bundler-cache: true