diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml index f8cf4f1e4e426..88b55a3b51106 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -246,7 +246,7 @@ jobs: if: steps.chromatic-deploy.outcome == 'success' # This comments the current Jest Coverage Report containing JUnit XML reports # and a Code Coverage Summary - uses: MishaKav/jest-coverage-comment@f2e8b560403c4fd8234a2b268af3c28ca91e5cc7 # v1.0.24 + uses: MishaKav/jest-coverage-comment@c2d5cfd6c32e8799c6deb0fd76a8e2d9ad8b35c2 # v1.0.25 with: title: 'Unit Test Coverage Report' junitxml-path: ./junit.xml