From 78ffb1bee8a906ad525f429680eeb6746d1beea2 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 20 Dec 2021 13:19:23 +0100 Subject: [PATCH] Update codeclimate-action in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b20acdfc..c7498b09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper - name: Send coverage to CodeClimate - uses: paambaati/codeclimate-action@v2.7.4 + uses: paambaati/codeclimate-action@v3 continue-on-error: true if: ${{ success() || failure() }} env: