Skip to content

Commit

Permalink
Update kind-action version in testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Apr 14, 2024
1 parent 8a79f2f commit 3e3b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Update manifests to use local images
run: "sed -i 's/Always/IfNotPresent/g' release-tools/manifests/dlf.yaml"
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.4.0
uses: helm/kind-action@v1.9.0
- name: Install and configure MinIO
run: |
kubectl create -f ci/minio.yaml
Expand Down

0 comments on commit 3e3b309

Please sign in to comment.