File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4040 - ruby-version : ' jruby-9.4'
4141 experimental : true
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v4
4444 - name : Set up Ruby ${{ matrix.ruby-version }}
4545 uses : ruby/setup-ruby@v1
4646 with :
7070 - ruby-version : ' jruby-9.4'
7171 experimental : true
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v4
7474 - name : Set up Ruby ${{ matrix.ruby-version }}
7575 uses : ruby/setup-ruby@v1
7676 with :
@@ -100,7 +100,7 @@ jobs:
100100 - ruby-version : ' jruby-9.4'
101101 experimental : true
102102 steps :
103- - uses : actions/checkout@v2
103+ - uses : actions/checkout@v4
104104 - name : Set up Ruby ${{ matrix.ruby-version }}
105105 uses : ruby/setup-ruby@v1
106106 with :
@@ -131,7 +131,7 @@ jobs:
131131 experimental : true
132132
133133 steps :
134- - uses : actions/checkout@v2
134+ - uses : actions/checkout@v4
135135 - name : Set up Ruby ${{ matrix.ruby-version }}
136136 uses : ruby/setup-ruby@v1
137137 with :
@@ -146,7 +146,7 @@ jobs:
146146 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
147147 runs-on : ubuntu-latest
148148 steps :
149- - uses : actions/checkout@v2
149+ - uses : actions/checkout@v4
150150 - name : Set up Ruby
151151 uses : ruby/setup-ruby@v1
152152 with :
Original file line number Diff line number Diff line change 11# main [ (unreleased)] ( https://github.com/whitesmith/rubycritic/compare/v4.9.2...main )
22
3+ * [ CHANGE] Update CI checkout action to v4 (by [ @faisal ] [ ] )
4+
35# v4.9.2 / 2025-04-08 [ (commits)] ( https://github.com/whitesmith/rubycritic/compare/v4.9.1...v4.9.2 )
46
57* [ CHANGE] Adds development dependency for gems removed from standard library in Ruby 3.5 -- ostruct, irb, rdoc (by [ @faisal ] [ ] )
You can’t perform that action at this time.
0 commit comments