Skip to content

Commit 83636e5

Browse files
Update helm/kind-action action to v1.10.0
1 parent 2189dcb commit 83636e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Create kind cluster
5050
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'
51-
uses: helm/kind-action@v1.8.0
51+
uses: helm/kind-action@v1.10.0
5252

5353
- name: Run chart-testing (install)
5454
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)