From d8c17ed684c3ac1f2a7df88cd54455055a174a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:03:37 +0000 Subject: [PATCH] build(deps): bump test-summary/action from 2.2 to 2.3 Bumps [test-summary/action](https://github.com/test-summary/action) from 2.2 to 2.3. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/fee35d7df20790255fe6aa92cf0f6d28092ecf2f...032c8a9cec6aaa3c20228112cae6ca10a3b29336) --- updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 1897ef7ef..e25ee4407 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: with: dotnet-version: "8.0.201" - run: pwsh ./test.ps1 - - uses: test-summary/action@fee35d7df20790255fe6aa92cf0f6d28092ecf2f + - uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 with: paths: build/**/results/**/*.xml if: always()