You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ jobs:
38
38
runs-on: ubuntu-latest
39
39
steps:
40
40
- name: Create k8s Kind Cluster
41
-
uses: helm/kind-action@v1.3.0
41
+
uses: helm/kind-action@v1.4.0
42
42
```
43
43
44
44
This uses [@helm/kind-action](https://www.github.com/helm/kind-action) GitHub Action to spin up a [kind](https://kind.sigs.k8s.io/) Kubernetes cluster on every Pull Request.
0 commit comments