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 @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Install cloud-provider-kind
131131 run : |
132- CLOUD_PROVIDER_KIND_VERSION=v0.8 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
132+ CLOUD_PROVIDER_KIND_VERSION=v0.9 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
133133 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
134134
135135 - name : Run cloud-provider-kind
Original file line number Diff line number Diff line change 9090
9191 - name : Install cloud-provider-kind
9292 run : |
93- CLOUD_PROVIDER_KIND_VERSION=v0.8 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
93+ CLOUD_PROVIDER_KIND_VERSION=v0.9 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
9494 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
9595
9696 - name : Run cloud-provider-kind
@@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Install cloud-provider-kind
145145 run : |
146- CLOUD_PROVIDER_KIND_VERSION=v0.8 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
146+ CLOUD_PROVIDER_KIND_VERSION=v0.9 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
147147 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
148148
149149 - name : Run cloud-provider-kind
You can’t perform that action at this time.
0 commit comments