.github/workflows/rubocop.yml in jekyll-toc-0.15.0.rc vs .github/workflows/rubocop.yml in jekyll-toc-0.15.0
- old
+ new
@@ -8,10 +8,10 @@
runs-on: ubuntu-latest
name: rubocop
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
- uses: eregon/use-ruby-action@master
+ uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: bundle install
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop