Skip to content

Commit

Permalink
Merge pull request #35 from mbaldessari/fix-ci
Browse files Browse the repository at this point in the history
Set helm version when running linter
  • Loading branch information
mbaldessari committed Jan 24, 2024
2 parents f53c18f + e2ddf4c commit 95b2f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
fetch-depth: 0
- name: Setup helm
uses: azure/setup-helm@v3
# with:
# version: '<version>' # default is latest stable
with:
version: 'v3.13.2'
id: install

################################
Expand Down

0 comments on commit 95b2f21

Please sign in to comment.