From 407a917702113c93e540ff8cc97f215a0fd9de3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:52:13 +0000 Subject: [PATCH] chore(deps): update romeovs/lcov-reporter-action action to v0.4.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e22a931..fd03c23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,6 @@ jobs: run: bun run test:coverage - name: Publish coverage - uses: romeovs/lcov-reporter-action@v0.2.16 + uses: romeovs/lcov-reporter-action@v0.4.0 with: lcov-file: ./coverage/lcov.info \ No newline at end of file