diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42451b1..994699d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: bundle exec cucumber - name: "[Test] - Send Code Coverage Data to Code Climate" - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v9.0.0 if: ${{ github.actor != 'dependabot[bot]' && runner.os != 'Windows' }} env: CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}