diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ea02a..87589b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Report coverage if: always() && github.event_name == 'pull_request' && matrix.node-version == 24 - uses: davelosert/vitest-coverage-report-action@2500dafcee7dd64f85ab689c0b83798a8359770e # v2 + uses: davelosert/vitest-coverage-report-action@3c50566c523e04813df28de8f7c48dd97d663f1c # v2 lint: runs-on: ubuntu-latest