From 6875a75746b5b7cced8d3a711a716f1af731e0df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:39:01 +0000 Subject: [PATCH] chore(deps): update davelosert/vitest-coverage-report-action action to v2.6.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 2465ee9..79bcb44 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.3.1 + uses: davelosert/vitest-coverage-report-action@v2.6.0 with: vite-config-path: "./vite.config.ts"