From 9d6ecf9ba6686154ef03462d9a7bab29ca0487a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:42:34 +0000 Subject: [PATCH] chore(deps): update josepho0918/vstest-action digest to 56f6bd8 --- .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 a221bca5..864663ca 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@49545306a05a7f73af67a484cb0fced37cddff8c + uses: josepho0918/vstest-action@56f6bd807c8e8c256057ee47deee42847ec9ff6c with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/TestWindows/${{ matrix.framework }}/" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cddc2353..8a5f3bb8 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@49545306a05a7f73af67a484cb0fced37cddff8c + uses: josepho0918/vstest-action@56f6bd807c8e8c256057ee47deee42847ec9ff6c with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net9.0/"