File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
rspec :
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
18
18
env :
19
19
ORACLE_COOKIE : sqldev
69
69
70
70
steps :
71
71
- name : Checkout
72
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
73
73
74
74
- name : Setup Ruby
75
75
uses : ruby/setup-ruby@v1
96
96
fi
97
97
98
98
- name : Setup Ruby cache
99
- uses : actions/cache@v2
99
+ uses : actions/cache@v3
100
100
with :
101
101
path : vendor/bundle
102
102
key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -114,7 +114,7 @@ jobs:
114
114
bundle install --jobs 4 --retry 3
115
115
116
116
- name : RSpec & publish code coverage
117
- uses : paambaati/codeclimate-action@v2.7.5
117
+ uses : paambaati/codeclimate-action@v3.2.0
118
118
env :
119
119
RAILS_VERSION : ${{ matrix.rails }}
120
120
DB_ADAPTER : ${{ matrix.adapter }}
You can’t perform that action at this time.
0 commit comments