From b17c06bfb6c3ac21009653642d27ab4d78b48194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:47:15 +0000 Subject: [PATCH] chore(deps): bump zgosalvez/github-actions-report-lcov from 4 to 5 Bumps [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov) from 4 to 5. - [Release notes](https://github.com/zgosalvez/github-actions-report-lcov/releases) - [Commits](https://github.com/zgosalvez/github-actions-report-lcov/compare/v4...v5) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-report-lcov dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... 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 8daf1bf..30e6ab3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Report Coverage if: ${{ matrix.node-version == 22 && github.event_name == 'pull_request' }} - uses: zgosalvez/github-actions-report-lcov@v4 + uses: zgosalvez/github-actions-report-lcov@v5 with: coverage-files: coverage/lcov.info minimum-coverage: 50