From e2ddf4cc5204f47fb9ac76066e9a46d521aee489 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 24 Jan 2024 11:24:51 +0100 Subject: [PATCH] Set helm version when running linter --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ace07330..cc24974f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -35,8 +35,8 @@ jobs: fetch-depth: 0 - name: Setup helm uses: azure/setup-helm@v3 - # with: - # version: '' # default is latest stable + with: + version: 'v3.13.2' id: install ################################