Skip to content

Commit

Permalink
install helm
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jan 16, 2025
1 parent 028ffc5 commit 3fbe7dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chart-dependency-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
core.setOutput('changed_chart_dirs', uniqueChangedDirs)
core.setOutput('changed_chart_dirs_bash', uniqueChangedDirs.join(' '));
- uses: azure/setup-helm@v4
with:
version: '3.15.2'
- name: Update Chart.lock
run: |
for chart in ${{ steps.changed_charts.outputs.changed_chart_dirs_bash }}
Expand Down

0 comments on commit 3fbe7dc

Please sign in to comment.