Skip to content

Commit

Permalink
Update azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 1d3734c commit b51f020
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 b51f020

Please sign in to comment.