From 4cdd37e6d2531cb6c27b62b692a1f3c15ae3830e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:30:08 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v3.7.7 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 c1205ed..4944bef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: ./container-structure-test test --image "hesk:test-${{ github.sha }}" --config "structure_tests.yml" --output "junit" --test-report "test-report.xml" - name: Publish test report - uses: mikepenz/action-junit-report@v3.7.6 + uses: mikepenz/action-junit-report@v3.7.7 if: always() with: report_paths: 'test-report.xml'