File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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_vim" 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_vim*
@@ -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@v3
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : extension-artifacts
66
66
- name : Install and Test
84
84
runs-on : ubuntu-latest
85
85
timeout-minutes : 15
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
89
89
- uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Base Setup
15
15
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
16
16
- name : Install Dependencies
22
22
token : ${{ secrets.GITHUB_TOKEN }}
23
23
24
24
- name : Upload Distributions
25
- uses : actions/upload-artifact@v3
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : jupyterlab_vim-releaser-dist-${{ github.run_number }}
28
28
path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments