diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 747ac89..d506d3b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Codeclimate if: github.ref == 'refs/heads/master' - uses: paambaati/codeclimate-action@v4.0.0 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: