.github/workflows/main.yaml in finapps-5.0.46 vs .github/workflows/main.yaml in finapps-5.0.47

- old
+ new

@@ -11,13 +11,11 @@ fail-fast: true steps: - uses: actions/checkout@v1 - - name: Use Ruby 2.6 - uses: actions/setup-ruby@v1 - with: - ruby-version: '2.6' + - name: Install required ruby + uses: ruby/setup-ruby@v1 - uses: actions/cache@v2 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}