Skip to content

Commit

Permalink
Update version in the example workflow (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Prus <tomasz.prus@gmail.com>

Signed-off-by: Tomasz Prus <tomasz.prus@gmail.com>
  • Loading branch information
tomplus committed Dec 9, 2022
1 parent 6fa2f9f commit e6cfd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.4.0
```

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.
Expand Down

0 comments on commit e6cfd90

Please sign in to comment.