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