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