From 72cf7e043feae3880c74491c113cdc593055001b Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Sat, 26 Nov 2022 00:30:58 +0100 Subject: [PATCH] Update version in the example workflow Signed-off-by: Tomasz Prus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b76873..7391b31 100644 --- a/README.md +++ b/README.md @@ -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.