### Describe the bug The module build is not using the overrided (5.1) PowerShellVersion but is setting the default 7.4 ### Version information v3 ### To reproduce Define PowerShellVersion in manifest.psd1 ### Code snippet ```powershell @{ # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1' } ``` ### Relevant output ```Shell Link of the Action: https://github.com/webalexeu/PSWinBGP/actions/runs/11684684422 ```