From 79670c41f15e0e374783ecc84315523c0cb7ebf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:31:06 +0000 Subject: [PATCH] chore(deps): update davelosert/vitest-coverage-report-action action to v2.8.0 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6f10589..198fc0e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,7 +30,7 @@ jobs: CI: true API_URL: ${{ secrets.API_URL }} - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v2.7.0 + uses: davelosert/vitest-coverage-report-action@v2.8.0 with: vite-config-path: "./vite.config.ts"