.github/workflows/rubocop.yml in coveralls_reborn-0.25.0 vs .github/workflows/rubocop.yml in coveralls_reborn-0.26.0
- old
+ new
@@ -14,13 +14,13 @@
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
strategy:
matrix:
os: [ubuntu-latest]
- ruby-version: ['3.1']
+ ruby-version: ['3.2']
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true