Update windows.yml

This commit is contained in:
TheTank20
2025-04-13 17:47:43 -04:00
committed by GitHub
parent a3de0e845f
commit 09f1300afc

View File

@@ -91,7 +91,7 @@ jobs:
Start-Process -FilePath $installerPath -ArgumentList $installerArgs -Wait -PassThru
- name: Checkout Source Tree
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1