fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml in fastlane_hotfix-2.187.0

- old
+ new

@@ -15,10 +15,10 @@ restore-keys: | ${{ runner.os }}-gem- - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.4 + ruby-version: 2.5 - name: Install dependencies run: bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle - name: Run tests run: bundle exec rake - name: Upload artifact