From f28ee62fd13b1c93968698148666dc75b5999a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:52:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20davelosert/vitest-cover?= =?UTF-8?q?age-report-action=20action=20(v2.9.2=20=E2=86=92=20v2.9.3)?= 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> --- .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 e323dc8..33aaca7 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@15b5b41bb7d36796d89f4bf482b09529c53f3446 # v2.9.2 + uses: davelosert/vitest-coverage-report-action@2500dafcee7dd64f85ab689c0b83798a8359770e # v2.9.3 with: json-summary-path: coverage/coverage-summary.json json-final-path: coverage/coverage-final.json