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 @@ -263,7 +263,7 @@ jobs:
263
263
# jupyterhub and the autohttps pod is about to start, so for CI
264
264
# performance we delayed this until now and did other things in between.
265
265
- name : Await local ACME server
266
- uses : jupyterhub/action-k8s-await-workloads@v2
266
+ uses : jupyterhub/action-k8s-await-workloads@v3
267
267
with :
268
268
timeout : 150
269
269
max-restarts : 1
@@ -329,7 +329,7 @@ jobs:
329
329
330
330
- name : " (Upgrade) Await ${{ matrix.upgrade-from }} chart"
331
331
if : matrix.test == 'upgrade'
332
- uses : jupyterhub/action-k8s-await-workloads@v2
332
+ uses : jupyterhub/action-k8s-await-workloads@v3
333
333
with :
334
334
timeout : 150
335
335
max-restarts : 1
@@ -354,7 +354,7 @@ jobs:
354
354
${{ matrix.local-chart-extra-args }}
355
355
356
356
- name : " Await local chart"
357
- uses : jupyterhub/action-k8s-await-workloads@v2
357
+ uses : jupyterhub/action-k8s-await-workloads@v3
358
358
with :
359
359
timeout : 150
360
360
max-restarts : 1
You can’t perform that action at this time.
0 commit comments