diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 391a8ef..311037f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: bundle exec rake - name: Run tests and upload coverage to Code Climate if: ${{ matrix.ruby == '3.0' }} - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }} with: