chore: try different action for setting up powershell

This commit is contained in:
Stevan Freeborn
2026-03-30 16:25:54 -05:00
parent b695cf0aef
commit 6f16bb2de6
+3 -3
View File
@@ -15,10 +15,10 @@ jobs:
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 10.0.x dotnet-version: 10.0.x
- name: Install PowerShell - name: Setup PowerShell LTS
uses: PSModule/install-powershell@v1 uses: mchave3/setup-pwsh@v1.0.0
with: with:
Version: 7.6.0 version: 'stable'
- name: Determine version - name: Determine version
id: version id: version
run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT