From d1b307a08d61afd51349d42cb2374f49c55645c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:02:17 +0000 Subject: [PATCH] Bump ArtiomTr/jest-coverage-report-action from 2.2.5 to 2.2.6 Bumps [ArtiomTr/jest-coverage-report-action](https://github.com/artiomtr/jest-coverage-report-action) from 2.2.5 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.5...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 c1ab7a6..2f6f386 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.5 + uses: ArtiomTr/jest-coverage-report-action@v2.2.6 with: skip-step: all coverage-file: coverage/report.json