We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b2fff commit f3a6343Copy full SHA for f3a6343
.github/workflows/lint-chart.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Set up Helm
27
- uses: azure/setup-helm@v3.5
+ uses: azure/setup-helm@v4
28
with:
29
version: ${{ env.HELM_VERSION }}
30
.github/workflows/publish.yml
git config user.email "[email protected]"
- name: Install Helm
version: 3.10.1 # stable
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
0 commit comments