Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix typo in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno committed Apr 13, 2021
1 parent 01e811f commit 7516725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ jobs:
git config user.email "[email protected]"
git config user.name "$GITHUB_ACTOR"
- name: Create k8s Kind Cluster
uses: engineerd/setup-kind@0.5.0
uses: engineerd/setup-kind@v0.5.0
with:
config: .github/kind-config.yaml
version: v0.7.0
version: v0.9.0
image: kindest/node:${{matrix.kubernetes_version}}

- name: Run cluster tests
Expand Down

0 comments on commit 7516725

Please sign in to comment.