From 3b3a72b5f06473d08036bc13862ca6288f653fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:24:17 +0000 Subject: [PATCH] chore(deps): update davelosert/vitest-coverage-report-action action to v2.5.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 eb13bdd..348187d 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.5.0 with: vite-config-path: "./vite.config.ts"