From 3e84d42c90f9307922d4a4d515aafa28c0dd7cbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:52:43 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5.1.0 --- .github/workflows/check.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 69517c3..936a800 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fef124..b16f0a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 968585f..87999ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0 if: always() # always run even if the previous step fails with: report_paths: 'build/test-results/**/*.xml'