File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
72
72
steps :
73
73
- name : Checkout
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
76
76
- name : Setup Ruby
77
77
uses : ruby/setup-ruby@v1
98
98
fi
99
99
100
100
- name : Setup Ruby cache
101
- uses : actions/cache@v3
101
+ uses : actions/cache@v4
102
102
with :
103
103
path : vendor/bundle
104
104
key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -119,7 +119,7 @@ jobs:
119
119
bundle install --jobs 4 --retry 3
120
120
121
121
- name : RSpec & publish code coverage
122
- uses : paambaati/codeclimate-action@v3.2 .0
122
+ uses : paambaati/codeclimate-action@v5.0 .0
123
123
env :
124
124
RAILS_VERSION : ${{ matrix.rails }}
125
125
DB_ADAPTER : ${{ matrix.adapter }}
You can’t perform that action at this time.
0 commit comments