Skip to content

Commit 379fdde

Browse files
authored
Merge pull request #3351 from jupyterhub/dependabot/github_actions/jupyterhub/action-k8s-await-workloads-3
build(deps): bump jupyterhub/action-k8s-await-workloads from 2 to 3
2 parents 44944bd + 2a46b02 commit 379fdde

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
@@ -263,7 +263,7 @@ jobs:
263263
# jupyterhub and the autohttps pod is about to start, so for CI
264264
# performance we delayed this until now and did other things in between.
265265
- name: Await local ACME server
266-
uses: jupyterhub/action-k8s-await-workloads@v2
266+
uses: jupyterhub/action-k8s-await-workloads@v3
267267
with:
268268
timeout: 150
269269
max-restarts: 1
@@ -329,7 +329,7 @@ jobs:
329329
330330
- name: "(Upgrade) Await ${{ matrix.upgrade-from }} chart"
331331
if: matrix.test == 'upgrade'
332-
uses: jupyterhub/action-k8s-await-workloads@v2
332+
uses: jupyterhub/action-k8s-await-workloads@v3
333333
with:
334334
timeout: 150
335335
max-restarts: 1
@@ -354,7 +354,7 @@ jobs:
354354
${{ matrix.local-chart-extra-args }}
355355
356356
- name: "Await local chart"
357-
uses: jupyterhub/action-k8s-await-workloads@v2
357+
uses: jupyterhub/action-k8s-await-workloads@v3
358358
with:
359359
timeout: 150
360360
max-restarts: 1

0 commit comments

Comments
 (0)