From 15c672d19a44d0e7cc9d3e2590707d846ddb2c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:47:09 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.2.1 to 4.2.2 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-patch ... 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 5183e14..4f9ce5e 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@v4.2.1 + uses: mikepenz/action-junit-report@v4.2.2 with: check_name: test-report report_paths: 'target/*-reports/TEST-*.xml'