From a23db377294729599acdd5eb02869d3208c22c93 Mon Sep 17 00:00:00 2001 From: Pascal Zumkehr Date: Sat, 18 Nov 2023 17:36:49 +0100 Subject: [PATCH] Update code climate github action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab9ca29..7fa8a0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: with: ruby-version: 3.0 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - uses: paambaati/codeclimate-action@v3.0.0 + - uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: