diff --git a/.github/workflows/kustomize-validate.yml b/.github/workflows/kustomize-validate.yml index 343be37..6055c34 100644 --- a/.github/workflows/kustomize-validate.yml +++ b/.github/workflows/kustomize-validate.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 # `kustomize build --enable-helm` needs helm on PATH + - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5 # `kustomize build --enable-helm` needs helm on PATH with: version: ${{ env.HELM_VERSION }}