From 44f04fd4b95ae6680a6ab42149f5b53852302e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:05:57 +0000 Subject: [PATCH] Deps: Update davelosert/vitest-coverage-report-action action to v2.7.0. --- .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 10123b3f..fd0ec1f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: pnpm run test - name: 🦺 Report Coverage to GitHub - uses: davelosert/vitest-coverage-report-action@v2.6.0 + uses: davelosert/vitest-coverage-report-action@v2.7.0 - name: 🦺 Codecov Coverage Reports uses: codecov/codecov-action@v4