From 6bbdf0db77979bea9e43129e4543e1c524530312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:48:20 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f83c5ce4..c3b304c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: ./gradlew test - name: Unit test results - uses: mikepenz/action-junit-report@v1 + uses: mikepenz/action-junit-report@v3 if: always() with: github_token: ${{ secrets.GITHUB_TOKEN }}