We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50be963 commit 219791fCopy full SHA for 219791f
.github/workflows/auto-release-helm-chart.yml
@@ -32,13 +32,13 @@ jobs:
32
33
# Install Helm
34
- name: Install Helm
35
- uses: azure/setup-helm@v3
+ uses: azure/setup-helm@v4
36
with:
37
version: v3.4.0
38
39
# Run chart-releaser action (https://github.com/helm/chart-releaser-action)
40
- name: Run chart-releaser
41
- uses: helm/chart-releaser-action@v1.6.0
+ uses: helm/chart-releaser-action@v1.7.0
42
43
charts_dir: charts
44
env:
0 commit comments