diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml index 5235ce1d..9ff2a503 100644 --- a/.github/workflows/build-workflow.yml +++ b/.github/workflows/build-workflow.yml @@ -24,7 +24,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.2.1 + uses: paambaati/codeclimate-action@v9.0.0 if: github.event_name == 'push' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}