From 4f470f826868d6151032bb202c0f7db4c46eda5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:52:19 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 6.2.0 to 6.3.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.3.0 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 bbba4ff..3e148ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Publish surefire test report if: always() - uses: mikepenz/action-junit-report@v6.2.0 + uses: mikepenz/action-junit-report@v6.3.0 with: check_name: test-report report_paths: 'target/*-reports/TEST-*.xml'