diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5976d33..5c79e0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: bundle install --jobs 4 --retry 3 - name: RSpec & publish code coverage - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v8.0.0 env: RAILS_VERSION: ${{ matrix.rails }} BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile