We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afa3e11 + 7071e1f commit 0e3c382Copy full SHA for 0e3c382
.github/workflows/cli.yaml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/setup-go@v5
35
with:
36
go-version-file: go.mod
37
- - uses: helm/kind-action@v1.9.0
+ - uses: helm/kind-action@v1.10.0
38
39
version: "v0.20.0"
40
- name: run karmadactl init test
.github/workflows/lint-chart.yaml
@@ -67,7 +67,7 @@ jobs:
67
run: ct lint --debug --check-version-increment=false
68
69
- name: Create kind cluster
70
- uses: helm/kind-action@v1.9.0
+ uses: helm/kind-action@v1.10.0
71
if: steps.list-changed.outputs.changed == 'true'
72
73
wait: 120s
0 commit comments