From 1a2e2f8511f4be4c531da3a9adf1f89a0c3adf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:42:52 +0200 Subject: [PATCH] Bump romeovs/lcov-reporter-action from 0.3.1 to 0.4.0 (#65) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 0d6ea631..57e89e43 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -51,7 +51,7 @@ jobs: run: cmake --build ${{ env.build }} --target GAlib_lcov - name: Report code coverage - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: romeovs/lcov-reporter-action@v0.4.0 with: lcov-file: ${{ env.build }}/GAlib_lcov.info lcov-base: ${{ env.build }}/GAlib_lcov.base