From d94f91f7810aa7edb76979fe0dd972d325be7156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:09:11 +0000 Subject: [PATCH] Update slidoapp/xcresulttool action to v3.1.2 --- .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 11bc261..2b050fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Merge xcresult files run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/TestResults.xcresult - - uses: slidoapp/xcresulttool@0930e06ae335d8c5e2d2f311ee98d495889a6103 # v3.1.1 + - uses: slidoapp/xcresulttool@edbcd9b1fbe55a179e669e5b7aa9a3930071ead2 # v3.1.2 if: success() || failure() with: path: test_output/TestResults.xcresult