From bae4b009ee0ad411134c931043c9c6c0af64cf8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:15:12 +0000 Subject: [PATCH] chore(deps): bump MishaKav/jest-coverage-comment from 1.0.23 to 1.0.24 Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/mishakav/jest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/jest-coverage-comment/compare/41b5ca01d1250de84537448d248b8d18152cb277...f2e8b560403c4fd8234a2b268af3c28ca91e5cc7) --- updated-dependencies: - dependency-name: MishaKav/jest-coverage-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml index 976ad8e3254a1..7b7e42c3d096c 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -231,7 +231,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@41b5ca01d1250de84537448d248b8d18152cb277 # v1.0.23 + uses: MishaKav/jest-coverage-comment@f2e8b560403c4fd8234a2b268af3c28ca91e5cc7 # v1.0.24 with: title: 'Unit Test Coverage Report' junitxml-path: ./junit.xml