File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Base Setup
18
18
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
44
44
pip uninstall -y "jupyterlab_kernelspy" jupyterlab
45
45
46
46
- name : Upload extension packages
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : extension-artifacts
50
50
path : dist/jupyterlab_kernelspy*
@@ -56,11 +56,11 @@ jobs:
56
56
57
57
steps :
58
58
- name : Install Python
59
- uses : actions/setup-python@v4
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : ' 3.9'
62
62
architecture : ' x64'
63
- - uses : actions/download-artifact@v4.1.7
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : extension-artifacts
66
66
- name : Install and Test
83
83
runs-on : ubuntu-latest
84
84
timeout-minutes : 15
85
85
steps :
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v4
87
87
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
88
88
- uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
You can’t perform that action at this time.
0 commit comments