From 058f6408b1962292067936515b469db38614a550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:41:40 +0000 Subject: [PATCH] deps(actions): Bump romeovs/lcov-reporter-action from 0.3.1 to 0.4.0 Bumps [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/romeovs/lcov-reporter-action/releases) - [Commits](https://github.com/romeovs/lcov-reporter-action/compare/v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: romeovs/lcov-reporter-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 67c067d5a..4eaab6a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: - name: Comment coverage on PR if: github.event_name == 'pull_request' - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: romeovs/lcov-reporter-action@v0.4.0 with: lcov-file: ./coverage/lcov.info github-token: ${{ secrets.GITHUB_TOKEN }}