Skip to content

Commit aac8dff

Browse files
github: downgrade PowerShell setup action to v1 in build workflow
1 parent f609616 commit aac8dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2727
2828
- name: Install PowerShell 7
29-
uses: actions/setup-powershell@v2
29+
uses: actions/setup-powershell@v1
3030
with:
3131
version: '7.x'
3232

0 commit comments

Comments
 (0)