File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ jobs:
267
267
# jupyterhub and the autohttps pod is about to start, so for CI
268
268
# performance we delayed this until now and did other things in between.
269
269
- name : Await local ACME server
270
- uses : jupyterhub/action-k8s-await-workloads@v1
270
+ uses : jupyterhub/action-k8s-await-workloads@v2
271
271
with :
272
272
timeout : 150
273
273
max-restarts : 1
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
- name : " (Upgrade) Await ${{ matrix.upgrade-from }} chart"
333
333
if : matrix.test == 'upgrade'
334
- uses : jupyterhub/action-k8s-await-workloads@v1
334
+ uses : jupyterhub/action-k8s-await-workloads@v2
335
335
with :
336
336
timeout : 150
337
337
max-restarts : 1
@@ -356,7 +356,7 @@ jobs:
356
356
${{ matrix.local-chart-extra-args }}
357
357
358
358
- name : " Await local chart"
359
- uses : jupyterhub/action-k8s-await-workloads@v1
359
+ uses : jupyterhub/action-k8s-await-workloads@v2
360
360
with :
361
361
timeout : 150
362
362
max-restarts : 1
You can’t perform that action at this time.
0 commit comments