Skip to content

Commit

Permalink
Update helm/kind-action action to v1.11.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bakito and renovate-bot authored Dec 17, 2024
1 parent 8815b64 commit bd298eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
docker run -d --restart=always -p "127.0.0.1:5001:5000" --name kind-registry ${{ inputs.registry_image }}
- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0
with:
version: ${{ inputs.kind_version }}
kubectl_version: ${{ inputs.kubectl_version }}
Expand Down

0 comments on commit bd298eb

Please sign in to comment.