diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77087d4..10340af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: fail_ci_if_error: false - name: Coverage report PR comment if: matrix.node-version == 20 && github.event_name == 'pull_request' - uses: davelosert/vitest-coverage-report-action@2500dafcee7dd64f85ab689c0b83798a8359770e # v2.9.3 + uses: davelosert/vitest-coverage-report-action@3c50566c523e04813df28de8f7c48dd97d663f1c # v2.11.2 with: json-summary-path: ./coverage/coverage-summary.json json-final-path: ./coverage/coverage-final.json