File tree 3 files changed +4
-56
lines changed
3 files changed +4
-56
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
os : [macos-latest, ubuntu-latest]
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- name : Setup Node.js environment
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : " latest"
27
27
- name : Set up Ruby
30
30
ruby-version : " ruby"
31
31
bundler-cache : true
32
32
- name : Test and publish code coverage
33
- uses : paambaati/codeclimate-action@v3.2.0
33
+ uses : paambaati/codeclimate-action@v8
34
34
env :
35
35
CC_TEST_REPORTER_ID : 6af7e3fd73fa4e4f354fc5da65ef7f77e908c47b01de069d7d718cdc4af4e6f0
36
36
with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
AllCops :
2
- TargetRubyVersion : 3.2.0
2
+ TargetRubyVersion : 3.3.2
3
3
Naming/FileName :
4
4
Enabled : false
5
5
Style/FrozenStringLiteralComment :
You can’t perform that action at this time.
0 commit comments