From 9364accf3c91fff15b98971d499424a7dff8981d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:31:43 +0000 Subject: [PATCH] chore(deps): update josepho0918/vstest-action digest to 678efa7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbdc6a2c..797d0ac4 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 NuGetUtility.slnx - name: test - uses: josepho0918/vstest-action@15c7e288a18f04395431c4940afe15013a12098e + uses: josepho0918/vstest-action@678efa7c0bdf7a46f6977b47c50f9c6a184ae00e with: testAssembly: "NuGet*.Test.dll" searchFolder: "tests/*/bin/Release/net10.0/"