diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 02310ec..83a7f52 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -42,7 +42,7 @@ jobs: run: bundle exec rake test - name: Send test coverage to CodeClimate - uses: paambaati/codeclimate-action@v8.0.0 + uses: paambaati/codeclimate-action@v9.0.0 if: ${{ env.CC_TEST_REPORTER_ID }} with: coverageCommand: true