diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 39efe3b..a1d7bfb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - uses: paambaati/codeclimate-action@v5.0.0 + - uses: paambaati/codeclimate-action@v6.0.0 with: coverageCommand: bundle exec rake debug: true