Skip to content

Commit 35f2ad0

Browse files
Merge branch 'main' into HIPPO-1446
2 parents 65374a3 + e90bffe commit 35f2ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-ci-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
- name: Install Helm
7979
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
8080
with:
81-
version: 'latest'
81+
version: 'v3.14.4'
8282

8383
- name: Cache Helm plugins
8484
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install helm
8686
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
8787
with:
88-
version: 'latest'
88+
version: 'v3.14.4'
8989

9090
- name: Configure Helm for GitHub Packages
9191
run: |

0 commit comments

Comments
 (0)