From 17147bca532efdbe0614e670e1047cf51038740e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:44:48 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20test-sum?= =?UTF-8?q?mary/action=20(=2031493c7=20=E2=86=92=2037b508c=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 abdefe6..843915b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname - name: Test summary - uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2 + uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2 with: paths: unit-tests.xml if: always()