Skip to content

Commit dee7aa9

Browse files
authored
Update ci.yml
1 parent 1e4626e commit dee7aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.6
21+
ruby-version: 2.7
2222
bundler-cache: true
2323

2424
- name: Run linters
@@ -45,7 +45,7 @@ jobs:
4545
run: bundle exec rspec
4646
timeout-minutes: 1
4747
- name: Test & publish code coverage
48-
uses: paambaati/codeclimate-action@v3.0.0
48+
uses: paambaati/codeclimate-action@v5.0.0
4949
if: matrix.coverage && github.ref == 'refs/heads/master'
5050
env:
5151
CC_TEST_REPORTER_ID: cb01575b98b3b80848a3bc292ca6145860871470e5d0669453030d36578f9115

0 commit comments

Comments
 (0)