diff --git a/.github/workflows/specs_postgres_71.yml b/.github/workflows/specs_postgres_71.yml index 00f141f..663a5c0 100644 --- a/.github/workflows/specs_postgres_71.yml +++ b/.github/workflows/specs_postgres_71.yml @@ -58,7 +58,7 @@ jobs: run: bundle exec rspec --profile - name: Code Climate test coverage - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v9 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: diff --git a/.github/workflows/specs_postgres_72.yml b/.github/workflows/specs_postgres_72.yml index c8ef43f..cb2ae3b 100644 --- a/.github/workflows/specs_postgres_72.yml +++ b/.github/workflows/specs_postgres_72.yml @@ -58,7 +58,7 @@ jobs: run: bundle exec rspec --profile - name: Code Climate test coverage - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v9 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: