Is this a critical security issue?
Describe the Bug
currently test CI actions on PR's are failing due to the install helm action defaulting backto a v3 version of helm that the helm unittest module is no longer compatible with
Expected Behavior
test CI should successfully install current version of helm and otherwise successfully complete jobs fully
Steps to Reproduce
create any PR that will invoke the CI testing action
Environment
N/A
Additional Context
Updating the action in the github workflow should resolve - Azure/setup-helm#130 is the original fix to the action in question
Relevant log output