Releases: hugoalh-studio/setup-powershell-toolkit-ghaction
Releases · hugoalh-studio/setup-powershell-toolkit-ghaction
2.0.0
1.6.0
1.5.1
〰️ Changes
- Improve performance on some of the low end runners (@hugoalh)(N/A)
1.5.0
1.4.1
- CHANGE: Fixed issues of automatically installed latest (pre release) version when no available versions that specified in input
version
1.4.0
- ADD: Added input
keepsetting
- ADD: Added support for version modifier
- CHANGE: Available toolkit versions are now get from PowerShell Gallery instead of manually update this action to the latest stable toolkit version, in order to reduce the needs to update this action
- CHANGE: Fixed able to install multiple toolkit versions at the same machine
- This is allowed in PowerShell, but strongly not recommended to do this to prevent issues
- CHANGE: Inputs no longer prefix with
toolkit_
- CHANGE: No longer install or update PowerShellGet on needed, instead throw an error when PowerShellGet is not meet the requirement
- REMOVE: Removed input
toolkit_setup
as no longer useful
1.3.1
- CHANGE: Changed default PowerShell module
hugoalh.GitHubActionsToolkit
target version from v1.5.0 to v1.6.0
1.3.0
- CHANGE: Fixed non-Windows runner unable to import toolkit module in
sudo
mode - CHANGE: Fixed the installation and scope of the toolkit module
1.2.3
- CHANGE: Changed default PowerShell module
hugoalh.GitHubActionsToolkit
target version from v1.4.1 to v1.5.0
1.2.2
- CHANGE: Reduced setup duration (at least 30%)