Skip to content

Commit 1bd36b6

Browse files
authored
Merge pull request #114 from mbaldessari/fix-ci
Set helm version when running linter
2 parents 0b958d7 + 4ffc17e commit 1bd36b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Setup helm
3838
uses: azure/setup-helm@v3
39-
# with:
40-
# version: '<version>' # default is latest stable
39+
with:
40+
version: 'v3.13.2'
4141
id: install
4242

4343
################################

0 commit comments

Comments
 (0)