Skip to content

Commit 221a70b

Browse files
build(deps): bump jupyterhub/action-k8s-await-workloads from 1 to 2
Bumps [jupyterhub/action-k8s-await-workloads](https://github.com/jupyterhub/action-k8s-await-workloads) from 1 to 2. - [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@v1...v2) --- 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 aea8121 commit 221a70b

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)