Skip to content

Commit 0e3c382

Browse files
authored
Merge pull request #4889 from karmada-io/dependabot/github_actions/helm/kind-action-1.10.0
Bump helm/kind-action from 1.9.0 to 1.10.0
2 parents afa3e11 + 7071e1f commit 0e3c382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-go@v5
3535
with:
3636
go-version-file: go.mod
37-
- uses: helm/kind-action@v1.9.0
37+
- uses: helm/kind-action@v1.10.0
3838
with:
3939
version: "v0.20.0"
4040
- name: run karmadactl init test

.github/workflows/lint-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: ct lint --debug --check-version-increment=false
6868

6969
- name: Create kind cluster
70-
uses: helm/kind-action@v1.9.0
70+
uses: helm/kind-action@v1.10.0
7171
if: steps.list-changed.outputs.changed == 'true'
7272
with:
7373
wait: 120s

0 commit comments

Comments
 (0)