From 36c55028427305fd8d91225689870d1e2b2f4ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:52:03 +0000 Subject: [PATCH] chore(deps): update josepho0918/vstest-action digest to 207c4bf --- .github/workflows/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f6fcf824..d36f9e8b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -112,7 +112,7 @@ jobs: run: msbuild -t:rebuild -restore -p:RestorePackagesConfig=true -property:Configuration=TestWindows - name: test - uses: josepho0918/vstest-action@c9ae3632c01ee1dc7115db327dfb31aa5a02b91f + uses: josepho0918/vstest-action@207c4bf50a9e2483cb86bb0a34cb92ffa49931ec with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f7e2b34..ca157bef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: msbuild -t:rebuild -restore -p:RestorePackagesConfig=true -property:Configuration=Release - name: test - uses: josepho0918/vstest-action@c9ae3632c01ee1dc7115db327dfb31aa5a02b91f + uses: josepho0918/vstest-action@207c4bf50a9e2483cb86bb0a34cb92ffa49931ec with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net9.0/"