We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e4358 + 0aa361b commit 7e459e0Copy full SHA for 7e459e0
.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.11"
.github/workflows/test.yaml
@@ -46,7 +46,7 @@ jobs:
46
pip-install-spec: "jupyterhub==5.*"
47
48
49
50
51
52
python-version: ${{ matrix.python-version }}
0 commit comments