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.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
132+ CLOUD_PROVIDER_KIND_VERSION=v0.8 .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 8484
8585 - name : Install cloud-provider-kind
8686 run : |
87- CLOUD_PROVIDER_KIND_VERSION=v0.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
87+ CLOUD_PROVIDER_KIND_VERSION=v0.8 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
8888 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
8989
9090 - name : Run cloud-provider-kind
@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Install cloud-provider-kind
139139 run : |
140- CLOUD_PROVIDER_KIND_VERSION=v0.7 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
140+ CLOUD_PROVIDER_KIND_VERSION=v0.8 .0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
141141 go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
142142
143143 - name : Run cloud-provider-kind
You can’t perform that action at this time.
0 commit comments