From a5c0fb13202a7e1b166e97fbd0f63ff6e9f47b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:01:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20davelosert/vitest-cover?= =?UTF-8?q?age-report-action=20action=20(v2.8.3=20=E2=86=92=20v2.9.0)=20(#?= =?UTF-8?q?18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9e55ad4..9f66bf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: path: coverage/ - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@8ab049ff5a2c6e78f78af446329379b318544a1a # v2.8.3 + uses: davelosert/vitest-coverage-report-action@5b6122e3a819a3be7b27fc961b7faafb3bf00e4d # v2.9.0 with: json-summary-path: coverage/coverage-summary.json json-final-path: coverage/coverage-final.json