From a9cc9dd08a777afd4fbade24834038a1fda3f181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:48:33 +0000 Subject: [PATCH] Update paambaati/codeclimate-action action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34adc08..c2f270a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,6 +47,6 @@ jobs: - if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}" name: Report code coverage continue-on-error: true - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v6 env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"