Skip to content

Commit 01ee1b6

Browse files
authored
Merge pull request #2990 from jupyterhub/dependabot/github_actions/jupyterhub/action-k8s-await-workloads-2
build(deps): bump jupyterhub/action-k8s-await-workloads from 1 to 2
2 parents aea8121 + 221a70b commit 01ee1b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
# jupyterhub and the autohttps pod is about to start, so for CI
268268
# performance we delayed this until now and did other things in between.
269269
- name: Await local ACME server
270-
uses: jupyterhub/action-k8s-await-workloads@v1
270+
uses: jupyterhub/action-k8s-await-workloads@v2
271271
with:
272272
timeout: 150
273273
max-restarts: 1
@@ -331,7 +331,7 @@ jobs:
331331
332332
- name: "(Upgrade) Await ${{ matrix.upgrade-from }} chart"
333333
if: matrix.test == 'upgrade'
334-
uses: jupyterhub/action-k8s-await-workloads@v1
334+
uses: jupyterhub/action-k8s-await-workloads@v2
335335
with:
336336
timeout: 150
337337
max-restarts: 1
@@ -356,7 +356,7 @@ jobs:
356356
${{ matrix.local-chart-extra-args }}
357357
358358
- name: "Await local chart"
359-
uses: jupyterhub/action-k8s-await-workloads@v1
359+
uses: jupyterhub/action-k8s-await-workloads@v2
360360
with:
361361
timeout: 150
362362
max-restarts: 1

0 commit comments

Comments
 (0)