From d01fa61fbfd01e19b9a7ac548b01e8c57c22df2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:49:44 +0000 Subject: [PATCH] chore(deps): bump test-summary/action from 2.1 to 2.2 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.1 to 2.2. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/62bc5c68de2a6a0d02039763b8c754569df99e3f...fee35d7df20790255fe6aa92cf0f6d28092ecf2f) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-go.yml b/.github/workflows/ci-test-go.yml index f53b8e5595..20195e2d99 100644 --- a/.github/workflows/ci-test-go.yml +++ b/.github/workflows/ci-test-go.yml @@ -123,7 +123,7 @@ jobs: ./scripts/check_environment.sh - name: Test Summary - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2 + uses: test-summary/action@fee35d7df20790255fe6aa92cf0f6d28092ecf2f # v2 with: paths: "**/${{ inputs.project-directory }}/TEST-unit*.xml" if: always()