From 1ecdf9252da227b3a13c175f26a1bb9ba483fb1f Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 17 Dec 2022 13:52:17 +0300 Subject: [PATCH] Update SophiApp.yml --- .github/workflows/SophiApp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SophiApp.yml b/.github/workflows/SophiApp.yml index cb87d2fa..709ce39b 100644 --- a/.github/workflows/SophiApp.yml +++ b/.github/workflows/SophiApp.yml @@ -38,7 +38,7 @@ jobs: run: nuget restore "src\SophiApp.sln" - name: Setup MSBuild - uses: microsoft/setup-msbuild@master + uses: microsoft/setup-msbuild@main - name: Run MSBuild run: msbuild src\SophiApp.sln /p:Configuration=$env:Configuration /p:platform=$env:Platform