File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
run : jlpm install
50
50
51
51
- name : Set up browser cache
52
- uses : actions/cache@v2
52
+ uses : actions/cache@v3
53
53
with :
54
54
path : |
55
55
${{ github.workspace }}/pw-browsers
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ requires-python = ">=3.9"
12
12
authors = [
13
13
{ name = " Project Jupyter" },
14
14
]
15
- keywords = [" Jupyter" , " JupyterLab" , " JupyterLab3 " ]
15
+ keywords = [" Jupyter" , " JupyterLab" , " JupyterLab4 " ]
16
16
classifiers = [
17
17
" Framework :: Jupyter" ,
18
18
" Framework :: Jupyter :: JupyterLab" ,
19
- " Framework :: Jupyter :: JupyterLab :: 3 " ,
19
+ " Framework :: Jupyter :: JupyterLab :: 4 " ,
20
20
" Framework :: Jupyter :: JupyterLab :: Extensions" ,
21
21
" Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt" ,
22
22
" License :: OSI Approved :: BSD License" ,
You can’t perform that action at this time.
0 commit comments