Skip to content

Commit 3e542cd

Browse files
chore(deps): update helm/kind-action action to v1.14.0
1 parent de8ed86 commit 3e542cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-helm-lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Create kind cluster
65-
uses: helm/kind-action@v1.13.0
65+
uses: helm/kind-action@v1.14.0
6666
if: steps.list-changed.outputs.changed == 'true'
6767

6868
- name: Run chart-testing (install)
@@ -96,7 +96,7 @@ jobs:
9696
fi
9797
9898
- name: Create kind cluster
99-
uses: helm/kind-action@v1.13.0
99+
uses: helm/kind-action@v1.14.0
100100
if: steps.list-changed.outputs.changed == 'true'
101101

102102
- name: Run chart-testing (install with user creation)

0 commit comments

Comments
 (0)