Skip to content

Commit 256cfd3

Browse files
authored
Merge pull request #563 from joeferner/dependabot/github_actions/azure/setup-helm-4
Bump azure/setup-helm from 3 to 4
2 parents 37dd9b9 + 2b7d5af commit 256cfd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/chart-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
- name: Set up Helm
37-
uses: azure/setup-helm@v3
37+
uses: azure/setup-helm@v4
3838
with:
3939
version: ${{ env.HELM_VERSION }}
4040
- uses: actions/setup-python@v5
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
fetch-depth: 0
8989
- name: Set up Helm
90-
uses: azure/setup-helm@v3
90+
uses: azure/setup-helm@v4
9191
with:
9292
version: ${{ env.HELM_VERSION }}
9393
- name: Run kubeval with legacy ingress for older k8s

0 commit comments

Comments
 (0)