.github/workflows/rubocop.yml in valvat-1.4.0 vs .github/workflows/rubocop.yml in valvat-1.4.1
- old
+ new
@@ -6,12 +6,12 @@
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - name: Set up Ruby 2.7
+ - name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.7
+ ruby-version: 3.2
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel