From 135acd295ce5be1712ef2a685f420e41700fc14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:08:28 +0000 Subject: [PATCH] Bump irongut/CodeCoverageSummary from 1.2.0 to 1.3.0 Bumps [irongut/CodeCoverageSummary](https://github.com/irongut/CodeCoverageSummary) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/irongut/CodeCoverageSummary/releases) - [Commits](https://github.com/irongut/CodeCoverageSummary/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: irongut/CodeCoverageSummary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0dbbb00..63606525 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: cp coverage/*/coverage.cobertura.xml coverage/coverage.cobertura.xml - name: Code Coverage Summary Report - uses: irongut/CodeCoverageSummary@v1.2.0 + uses: irongut/CodeCoverageSummary@v1.3.0 # uses: joshjohanning/CodeCoverageSummary@v1.0.2 with: filename: coverage/coverage.cobertura.xml