Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 1182f17

Browse files
chore(deps): update azure/setup-helm action to v3 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22571a6 commit 1182f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Helm install
41-
uses: Azure/setup-helm@v1
41+
uses: Azure/setup-helm@v3
4242

4343
- name: Lint Helm chart
4444
run: helm lint ./charts/${{ env.CHART_NAME }} --values examples/helm-chart.config.yaml
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Helm install
57-
uses: Azure/setup-helm@v1
57+
uses: Azure/setup-helm@v3
5858

5959
- name: Create k8s Kind Cluster
6060
uses: helm/[email protected]

0 commit comments

Comments
 (0)