diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b085cac5..068055dc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -42,7 +42,7 @@ jobs: npm run coverage - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v2.2.0 + uses: davelosert/vitest-coverage-report-action@v2.2.1 with: working-directory: "./client/" vite-config-path: "./vite.config.ts" @@ -62,7 +62,7 @@ jobs: npm run coverage - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v2.2.0 + uses: davelosert/vitest-coverage-report-action@v2.2.1 with: working-directory: "./server/" vite-config-path: "./vite.config.ts"