From bc0df4a7c25269a089f7f269b005c4c292db5f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:03:48 +0000 Subject: [PATCH] [skip ci]: Bump ArtiomTr/jest-coverage-report-action from 2.2.4 to 2.3.0 Bumps [ArtiomTr/jest-coverage-report-action](https://github.com/artiomtr/jest-coverage-report-action) from 2.2.4 to 2.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: ArtiomTr/jest-coverage-report-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 7da0319..582c5ad 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.3.0 with: skip-step: all coverage-file: coverage/report.json