From 68d98d46f3c2c8e1fc24e45e028a6a42e26eabbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:04:50 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4 to 5 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7cf10ae..88a705c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: run: | mkdir -p reports docker compose run --volume ./reports:/reports/:rw --rm test --verbose --report-junit /reports/junit.xml - - uses: mikepenz/action-junit-report@v4 + - uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: './reports/junit.xml'