From 06df08dc14ac7d6f96bf59546615a39868deee52 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 24 Jan 2024 11:26:20 +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 ca378605..85f6d576 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 ################################