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