.github/workflows/ruby.yml in mrkt-1.2.0 vs .github/workflows/ruby.yml in mrkt-1.2.1
- old
+ new
@@ -13,11 +13,11 @@
strategy:
matrix:
ruby: [2.5, 2.6, 2.7, 3.0]
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2.4.0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
@@ -31,10 +31,10 @@
- name: Install dependencies
run: bundle install
- name: Run tests and publish coverage
- uses: paambaati/codeclimate-action@v2.7.5
+ uses: paambaati/codeclimate-action@v3.0.0
env:
COVERAGE: on
CC_TEST_REPORTER_ID: 45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
with:
coverageCommand: bundle exec rspec