File tree Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 if : github.repository_owner == 'voxpupuli'
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Install Ruby 3.0
1515 uses : ruby/setup-ruby@v1
1616 with :
Original file line number Diff line number Diff line change 1414 rubocop :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Setup ruby
1919 uses : ruby/setup-ruby@v1
2020 with :
3737 COVERAGE : ${{ matrix.coverage }}
3838 name : Ruby ${{ matrix.ruby }}
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 - name : Install Ruby ${{ matrix.ruby }}
4242 uses : ruby/setup-ruby@v1
4343 with :
Original file line number Diff line number Diff line change 11---
2- inherit_from : .rubocop_todo.yml
3-
42# Managed by modulesync - DO NOT EDIT
53# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
64
5+ inherit_from : .rubocop_todo.yml
76inherit_gem :
87 voxpupuli-rubocop : rubocop.yml
98
You can’t perform that action at this time.
0 commit comments