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 1313
1414jobs :
1515 rspec :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717
1818 env :
1919 ORACLE_COOKIE : sqldev
6969
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v3
7373
7474 - name : Setup Ruby
7575 uses : ruby/setup-ruby@v1
9696 fi
9797
9898 - name : Setup Ruby cache
99- uses : actions/cache@v2
99+ uses : actions/cache@v3
100100 with :
101101 path : vendor/bundle
102102 key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
@@ -114,7 +114,7 @@ jobs:
114114 bundle install --jobs 4 --retry 3
115115
116116 - name : RSpec & publish code coverage
117- uses : paambaati/codeclimate-action@v2.7.5
117+ uses : paambaati/codeclimate-action@v3.2.0
118118 env :
119119 RAILS_VERSION : ${{ matrix.rails }}
120120 DB_ADAPTER : ${{ matrix.adapter }}
You can’t perform that action at this time.
0 commit comments