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.
1 parent 5b8ebd1 commit fe27003Copy full SHA for fe27003
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id-token: write
34
35
steps:
36
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
37
- uses: actions/setup-python@v4
38
with:
39
python-version: "3.11"
.github/workflows/test.yaml
@@ -45,7 +45,7 @@ jobs:
45
pip-install-spec: "--pre jupyterhub"
46
47
48
49
- uses: actions/setup-node@v3
50
51
node-version: "18"
0 commit comments