Skip to content

Commit 2a46b02

Browse files
build(deps): bump jupyterhub/action-k8s-await-workloads from 2 to 3
Bumps [jupyterhub/action-k8s-await-workloads](https://github.com/jupyterhub/action-k8s-await-workloads) from 2 to 3. - [Release notes](https://github.com/jupyterhub/action-k8s-await-workloads/releases) - [Changelog](https://github.com/jupyterhub/action-k8s-await-workloads/blob/main/CHANGELOG.md) - [Commits](jupyterhub/action-k8s-await-workloads@v2...v3) --- updated-dependencies: - dependency-name: jupyterhub/action-k8s-await-workloads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44944bd commit 2a46b02

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)