File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Setup Node
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 20
18+ node-version : 24
1919 - name : Install editorconfig-checker
2020 run : npm install --global editorconfig-checker
2121 - name : Run editorconfig-checker
Original file line number Diff line number Diff line change 1010 name : Check
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up Ruby
1515 uses : ruby/setup-ruby@v1
1616 with :
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 # Set up
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Set up Ruby
3030 uses : ruby/setup-ruby@v1
3131 with :
3232 bundler-cache : true
33- ruby-version : ruby
33+ ruby-version : 3.3
3434
3535 # Release
3636 - uses : rubygems/release-gem@v1
Original file line number Diff line number Diff line change 1010 name : Test
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up Ruby
1515 uses : ruby/setup-ruby@v1
1616 with :
Original file line number Diff line number Diff line change 1010 name : Check
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up Ruby
1515 uses : ruby/setup-ruby@v1
1616 with :
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 4.6.1]
11+
12+ ### Changed
13+
14+ 1 . Use GH actions for Node 24. (ISG-92)
15+
16+ ### Fixed
17+
18+ 1 . Lock rubygems.yml ruby version to 3.3. (ISG-92)
19+
1020## [ 4.6.0]
1121
1222### Changed
You can’t perform that action at this time.
0 commit comments