Skip to content

Commit

Permalink
Merge pull request #4 from cloud37/renovate/workflows-azure-setup-hel…
Browse files Browse the repository at this point in the history
…m-4.x

Update azure/setup-helm action to v4
  • Loading branch information
christianhuth authored Oct 1, 2024
2 parents 419db60 + 772bb6c commit bccf847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: setup helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Update dependencies
run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \;
Expand All @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: setup helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit bccf847

Please sign in to comment.