Skip to content

Commit eae8844

Browse files
committed
Bump to ubuntu-latest, fix Github Actions warnings
1 parent 7f19dc6 commit eae8844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
rspec:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717

1818
env:
1919
ORACLE_COOKIE: sqldev
@@ -69,7 +69,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)