File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2525 continue-on-error : ${{ matrix.channel != 'stable' }}
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Set up Ruby
3030 uses : ruby/setup-ruby@v1
3131 with :
Original file line number Diff line number Diff line change @@ -12,21 +12,17 @@ permissions:
1212jobs :
1313 rubocop :
1414 name : Rubocop
15- runs-on : ${{ matrix.os }}
15+ runs-on : ubuntu-latest
1616 env :
1717 BUNDLE_JOBS : 4
1818 BUNDLE_RETRY : 3
19- strategy :
20- matrix :
21- os : [ubuntu-latest]
22- ruby-version : ['4.0']
2319
2420 steps :
2521 - uses : actions/checkout@v4
2622 - name : Set up Ruby
2723 uses : ruby/setup-ruby@v1
2824 with :
29- ruby-version : ${{ matrix.ruby-version }}
25+ ruby-version : ' 4.0 '
3026 bundler-cache : true
3127 - name : Ruby linter
3228 run : bundle exec rubocop --format github
You can’t perform that action at this time.
0 commit comments