Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gabriel-farache committed Dec 17, 2024
1 parent 2818d88 commit 6030550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/move2kube-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0
with:
cluster_name: kind
- name: Create sonataflow-infra namespace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mta-v7.x-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: build
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0
with:
cluster_name: kind

Expand Down

0 comments on commit 6030550

Please sign in to comment.