.github/workflows/ci.yml in rubocop-inclusivity-1.0.0 vs .github/workflows/ci.yml in rubocop-inclusivity-1.1.0

- old
+ new

@@ -9,10 +9,10 @@ test: name: RSpec runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 - name: Run RSpec run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rspec