Skip to content

Commit 4189d28

Browse files
Update helm/kind-action action to v1.13.0
1 parent 27a0ecc commit 4189d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
3939

4040
- name: Create kind cluster
41-
uses: helm/kind-action@v1.12.0
41+
uses: helm/kind-action@v1.13.0
4242
if: steps.list-changed.outputs.changed == 'true'
4343

4444
- name: Run chart-testing (install)

0 commit comments

Comments
 (0)