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 cb2b26b + eaa83fc commit c24fa65Copy full SHA for c24fa65
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
steps:
36
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
37
- uses: actions/setup-python@v6
38
with:
39
python-version: "3.12"
.github/workflows/test.yaml
@@ -48,7 +48,7 @@ jobs:
48
pip-install-spec: "--pre jupyterhub"
49
50
51
52
- uses: actions/setup-node@v6
53
54
node-version: "lts/*"
0 commit comments