Skip to content

Commit 04a3b8c

Browse files
authored
fix: pin helm-schema-plugin version to avoid failures in generating Pulumi types (#6844)
1 parent 8cc1bc9 commit 04a3b8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/typescript-typecheck.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222

2323
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
2424
with:
25-
version: 'v3.14.2'
25+
version: 'v3.18.1'
2626

2727
- name: install helm deps
28-
run: helm plugin install https://github.com/losisin/helm-values-schema-json.git
28+
run:
29+
helm plugin install https://github.com/losisin/helm-values-schema-json.git --version 1.8.0
2930

3031
- name: generate pulumi deps
3132
run: pnpm --filter hive generate

0 commit comments

Comments
 (0)