Describe the issue
Our GitHub Actions workflows currently use the cinst shortcut for the choco install Chocolatey command, and as noted in the Chocolatey documentation, the cinst shim will be removed in version 2.0.0:
https://docs.chocolatey.org/en-us/choco/commands/#deprecation-notice
https://docs.chocolatey.org/en-us/choco/commands/install
Before Chocolatey version 2.0.0 is released and adopted by GitHub Actions, we should update our workflows to use the full choco install command.