Skip to content

Commit

Permalink
docs: bump outdated action version in README
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
  • Loading branch information
dunglas committed Jul 18, 2023
1 parent 77db130 commit 41f277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1
```

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 41f277b

Please sign in to comment.