From 09f1300afcf0e7dc7990b24dba156671d1eeacb2 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:47:43 -0400 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 510dae2..6ad25d8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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