File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Install cloud-provider-kind
114114 run : |
115- CLOUD_PROVIDER_KIND_VERSION=v0.6 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
115+ CLOUD_PROVIDER_KIND_VERSION=v0.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
116116 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
117117
118118 - name : Run cloud-provider-kind
Original file line number Diff line number Diff line change 8686
8787 - name : Install cloud-provider-kind
8888 run : |
89- CLOUD_PROVIDER_KIND_VERSION=v0.6 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
89+ CLOUD_PROVIDER_KIND_VERSION=v0.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
9090 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
9191
9292 - name : Run cloud-provider-kind
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Install cloud-provider-kind
141141 run : |
142- CLOUD_PROVIDER_KIND_VERSION=v0.6 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
142+ CLOUD_PROVIDER_KIND_VERSION=v0.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
143143 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
144144
145145 - name : Run cloud-provider-kind
You can’t perform that action at this time.
0 commit comments