From 2e7d33b965b4d91eabdaa6d0d53338cfbcb03e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:10:36 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.4.0 to 5.5.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.4.0 to 5.5.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5.4.0...v5.5.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4e69e7..696a2f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 15 run: ./gradlew check - name: Publish Test Report - uses: mikepenz/action-junit-report@v5.4.0 + uses: mikepenz/action-junit-report@v5.5.1 if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml'