From db9771de2e80f188ff047445660a1402e2f24d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:01:53 +0100 Subject: build: Bump mikepenz/action-junit-report from 2 to 3.0.1 (#65) Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 3.0.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d0ad0ec..becbbbed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Publish report if: always() - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v3.0.1 with: check_name: test (Java ${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' @@ -83,7 +83,7 @@ jobs: run: pytest --cov --cov-report=xml --junitxml=junit-report.xml - name: Publish report if: always() - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v3.0.1 with: check_name: test (Python ${{ matrix.python }}) report_paths: '**/junit-report.xml' -- cgit v1.2.3