From 67bb46454c68e9e02775da4de55cb63902b73eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:05:53 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 3 to 4 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v3...v4) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 809b9e8..7a60547 100644 --- a/action.yml +++ b/action.yml @@ -137,7 +137,7 @@ runs: name: Test Results path: results/rainforest/junit.xml - name: Publish Test Report - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 if: (! inputs.dry_run) && steps.validate.outputs.command && always() with: check_name: Rainforest Results