From 8efae73a102fa4d1afde30b5902086781f4ba8ed Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Tue, 12 Dec 2023 18:35:01 -0300 Subject: [PATCH] Update code climate action version. --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8c6c370..39efe3b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - uses: paambaati/codeclimate-action@v4.0.0 + - uses: paambaati/codeclimate-action@v5.0.0 with: coverageCommand: bundle exec rake debug: true