From aac8dffc0faee59656593fee9928eaf62657a0f8 Mon Sep 17 00:00:00 2001 From: AdvencedJavaProgramming <22010587+AdvencedJavaProgramming@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:29:37 +0000 Subject: [PATCH] github: downgrade PowerShell setup action to v1 in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fd4448ff68..918d4198899 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) - name: Install PowerShell 7 - uses: actions/setup-powershell@v2 + uses: actions/setup-powershell@v1 with: version: '7.x'