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 ################################