.github/workflows/verify.yml in metasploit-model-4.0.0 vs .github/workflows/verify.yml in metasploit-model-4.0.1

- old
+ new

@@ -50,15 +50,10 @@ ruby-version: ${{ matrix.ruby }} - name: Setup bundler run: | gem install bundler - - uses: actions/cache@v2 - with: - path: vendor/bundle - key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} - restore-keys: | - ${{ runner.os }}-gems- + - name: Bundle install run: | bundle config path vendor/bundle bundle install --jobs 4 --retry 3