diff --git a/.github/workflows/Automation Master Legacy Workflow.yml b/.github/workflows/Automation Master Legacy Workflow.yml index 05d8d92..e1785d2 100644 --- a/.github/workflows/Automation Master Legacy Workflow.yml +++ b/.github/workflows/Automation Master Legacy Workflow.yml @@ -126,7 +126,7 @@ jobs: shell: bash - name: Prepare Building - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Enable Skyline NuGet Registries if: github.repository_owner == 'SkylineCommunications' diff --git a/.github/workflows/Connector Master Legacy Workflow.yml b/.github/workflows/Connector Master Legacy Workflow.yml index 956b744..22074c2 100644 --- a/.github/workflows/Connector Master Legacy Workflow.yml +++ b/.github/workflows/Connector Master Legacy Workflow.yml @@ -126,7 +126,7 @@ jobs: shell: bash - name: Prepare Building - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Enable Skyline NuGet Registries if: github.repository_owner == 'SkylineCommunications'