Skip to content

Commit 4ffc17e

Browse files
committed
Set helm version when running linter
1 parent 0b958d7 commit 4ffc17e

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)