diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a947b7..0cd3e95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: make test - name: test-coverage if: ${{ github.event_name == 'push' }} - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: