From 9d1994ba49ff15f4698d32a92a1cabc6c52d2516 Mon Sep 17 00:00:00 2001 From: Takuhiro Muta <417.72ki@gmail.com> Date: Tue, 18 Mar 2025 22:41:18 +0900 Subject: [PATCH] Revert "Pin kishikawakatsumi/xcresulttool action to 2b37f11" --- .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 7fcee4a..a3abf52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: path: test_output - name: Merge xcresult files run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/TestResults.xcresult - - uses: kishikawakatsumi/xcresulttool@2b37f116695328d5e503ac8dadca0f1545a51da4 # v1 + - uses: kishikawakatsumi/xcresulttool@v1 if: success() || failure() with: path: test_output/TestResults.xcresult