diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36773a7f..5654b31d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,7 +133,7 @@ jobs: with: coverageCommand: coverage xml debug: true - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}