Skip to content

Commit

Permalink
Update helm/kind-action action to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 5c70fdc commit 18ef1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mv kubebuilder /usr/local/bin/
- name: Create k8s Kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0

- name: Run tests against k8s Kind cluster
run: make e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
with:
cluster_name: ${{ env.CLUSTER }}
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 18ef1be

Please sign in to comment.