.github/workflows/rake.yml in isodoc-1.2.8 vs .github/workflows/rake.yml in isodoc-1.3.0

- old
+ new

@@ -34,10 +34,10 @@ - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: vendor/bundle key: bundle-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }} restore-keys: bundle-${{ matrix.os }}-${{ matrix.ruby }}