Skip to content

Commit

Permalink
fix: changed version for azure/setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
loydbanks committed Apr 26, 2024
1 parent 1a82d3e commit 999713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
RELEASE_VERSION: ${{ needs.semantic-release.outputs.release-version }}
run: ./yq -i e '.version = "${{ env.RELEASE_VERSION }}"' charts/helix/Chart.yaml
- name: Set up Helm
uses: azure/setup-helm@4.2.0
uses: azure/setup-helm@v3
- name: Package Helm chart
run: |
helm dependency update ./charts/helix
Expand Down

0 comments on commit 999713b

Please sign in to comment.