From 14f86f97823a35967b657edbe2d49984a5890708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:48:05 +0000 Subject: [PATCH] build(deps): bump ArtiomTr/jest-coverage-report-action Bumps [ArtiomTr/jest-coverage-report-action](https://github.com/artiomtr/jest-coverage-report-action) from 2.2.4 to 2.2.6. - [Release notes](https://github.com/artiomtr/jest-coverage-report-action/releases) - [Commits](https://github.com/artiomtr/jest-coverage-report-action/compare/v2.2.4...v2.2.6) --- updated-dependencies: - dependency-name: ArtiomTr/jest-coverage-report-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40e9905..119b9c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: - name: Coverage report if: ${{ github.event_name != 'push' }} - uses: ArtiomTr/jest-coverage-report-action@v2.2.4 + uses: ArtiomTr/jest-coverage-report-action@v2.2.6 with: skip-step: all coverage-file: coverage/report.json