From 3876e95031c12d90223a35c8fbeb6e02e72508fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 18:44:07 +0000 Subject: [PATCH] chore(deps): update davelosert/vitest-coverage-report-action action to v2 --- .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 fa30db2..ee866da 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -33,7 +33,7 @@ jobs: DB_CONN_STRING: ${{ secrets.DB_CONN_STRING }} COLLECTION: "bills" - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v1.4.0 + uses: davelosert/vitest-coverage-report-action@v2.1.1 with: vite-config-path: './vite.config.ts'