From 0089c330616657c8648b25e5a6203990fd77e029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:08:51 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index a923714..ea50ef1 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -103,7 +103,7 @@ jobs: - name: 💬 Comment coverage details on the PR if: ${{ github.event_name == 'pull_request' }} - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: romeovs/lcov-reporter-action@v0.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: ./coverage/lcov.info