diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index d244689..3781c10 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -324,7 +324,7 @@ jobs: - name: Set up Ruby for Fastlane if: ${{ github.event_name == 'workflow_dispatch' && (inputs.release_mode == 'publish_build_and_store_entry' || inputs.release_mode == 'update_store_entry_only') }} - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1.310.0 with: ruby-version: '3.3' bundler-cache: true diff --git a/.github/workflows/android-screenshots.yml b/.github/workflows/android-screenshots.yml index 6c78895..720b5f1 100644 --- a/.github/workflows/android-screenshots.yml +++ b/.github/workflows/android-screenshots.yml @@ -133,7 +133,7 @@ jobs: echo "path=$apk_path" >> "$GITHUB_OUTPUT" - name: Set up Ruby for Fastlane - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1.310.0 with: ruby-version: '3.4.9' bundler: '2.7.2'