From bb28dde88a1c542e22a373c9ad3ebc04cfba06f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:29:53 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.1.0 to 5.2.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa23730..aba4257 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Publish surefire test report if: always() - uses: mikepenz/action-junit-report@v5.1.0 + uses: mikepenz/action-junit-report@v5.2.0 with: check_name: test-report report_paths: 'target/*-reports/TEST-*.xml'