.github/workflows/rake.yml in mergem-0.0.1 vs .github/workflows/rake.yml in mergem-0.0.2

- old
+ new

@@ -14,13 +14,9 @@ os: [ubuntu-20.04, macos-12] ruby: ['2.7', '3.0'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3 - with: - path: .mergem-cache - key: main - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle update - run: bundle exec rake