diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 7ecd5b28..1e998dd0 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -112,7 +112,7 @@ jobs: verbose: true - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v8.0.0 + uses: paambaati/codeclimate-action@v9.0.0 if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}