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 f2eaf4c + b2c8398 commit 35fcbf9Copy full SHA for 35fcbf9
2 files changed
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
steps:
36
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
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