Skip to content

Commit e8c16eb

Browse files
authored
fix(release-dev): update azure/setup-helm to v5.0.1 (#2274)
Dependabot updated the Helm setup action in release-canary but missed the same reference in the release composite action. Signed-off-by: Kris Hicks <khicks@nvidia.com>
1 parent 96fd31f commit e8c16eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/release-helm-oci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
password: ${{ github.token }}
4242

4343
- name: Install Helm
44-
uses: azure/setup-helm@v4
44+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
4545

4646
- name: Stage chart and patch version
4747
id: prep

0 commit comments

Comments
 (0)