Skip to content

Commit c44cf63

Browse files
committed
chore(ci): remove helm pin in setup-helm action
Using the stable version (default) should be better approach for the testing.
1 parent e5487ce commit c44cf63

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/helm-test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
persist-credentials: false
2121
- name: Set up Helm
2222
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
23-
with:
24-
# renovate: datasource=github-releases depName=helm/helm
25-
version: v3.17.3
2623

2724
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2825
with:
@@ -49,9 +46,6 @@ jobs:
4946
persist-credentials: false
5047
- name: Set up Helm
5148
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
52-
with:
53-
# renovate: datasource=github-releases depName=helm/helm
54-
version: v3.17.3
5549

5650
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5751
with:

0 commit comments

Comments
 (0)