From 288528315dbc0982ac7223cbc048ef002e1e4795 Mon Sep 17 00:00:00 2001 From: Wibowo Arindrarto Date: Sun, 25 Aug 2024 08:29:24 +0200 Subject: [PATCH] chore: Update github actions coverage dependency --- .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 d1170c8..4bade54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: report_paths: '**/.junit.xml' - name: Upload coverage - uses: paambaati/codeclimate-action@v8.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: