We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b039b8a + 6b7278e commit 252b676Copy full SHA for 252b676
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- uses: actions/setup-python@v5
31
with:
32
python-version: "3.12"
.github/workflows/test.yaml
@@ -40,7 +40,7 @@ jobs:
40
pip-install-spec: "--pre jupyterhub"
41
42
43
44
45
46
python-version: "${{ matrix.python-version }}"
0 commit comments