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 7171
7272 steps :
7373 - name : Checkout
74- uses : actions/checkout@v3
74+ uses : actions/checkout@v4
7575
7676 - name : Setup Ruby
7777 uses : ruby/setup-ruby@v1
9898 fi
9999
100100 - name : Setup Ruby cache
101- uses : actions/cache@v3
101+ uses : actions/cache@v4
102102 with :
103103 path : vendor/bundle
104104 key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -119,7 +119,7 @@ jobs:
119119 bundle install --jobs 4 --retry 3
120120
121121 - name : RSpec & publish code coverage
122- uses : paambaati/codeclimate-action@v3.2 .0
122+ uses : paambaati/codeclimate-action@v5.0 .0
123123 env :
124124 RAILS_VERSION : ${{ matrix.rails }}
125125 DB_ADAPTER : ${{ matrix.adapter }}
You can’t perform that action at this time.
0 commit comments