File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
2121 - name : Base Setup
22- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
22+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2323
2424 - name : Install dependencies
2525 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -183,7 +183,7 @@ jobs:
183183 timeout-minutes : 15
184184 steps :
185185 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
186- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
187- - uses : jupyterlab/maintainer-tools/.github/actions/check-links@affc83be6020d529b9368cd4d63e467877606600 # v1
186+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
187+ - uses : jupyterlab/maintainer-tools/.github/actions/check-links@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
188188 with :
189189 ignore_links : ' https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/ https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg https://www.youtube.com/watch?v=jF0yA-JLQW0'
Original file line number Diff line number Diff line change 2828 scope : ' @deepnote'
2929 always-auth : true
3030 - name : Base Setup
31- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
31+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
3232
3333 - name : Check Release
3434 uses : jupyter-server/jupyter_releaser/.github/actions/check-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
2424 - name : Base Setup
25- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
25+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2626
2727 - name : Install JupyterLab
2828 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4444
4545 - name : Base Setup
46- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
46+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
4747
4848 - name : Install dependencies
4949 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
6767 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6868
6969 - name : Base Setup
70- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
70+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
7171
7272 - name : Install dependencies
7373 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
9191 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9292
9393 - name : Base Setup
94- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
94+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
9595
9696 - name : Install dependencies
9797 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -113,7 +113,7 @@ jobs:
113113 - name : Checkout
114114 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
115115 - name : Base Setup
116- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
116+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
117117
118118 - name : Check licenses
119119 run : yarn check-licenses
Original file line number Diff line number Diff line change 2929 permissions :
3030 contents : write
3131 steps :
32- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
32+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
3333
3434 - name : Prep Release
3535 id : prep-release
Original file line number Diff line number Diff line change 1919 permissions :
2020 id-token : write
2121 steps :
22- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
22+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2323
2424 - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
2525 id : app-token
Original file line number Diff line number Diff line change 6969 fi
7070
7171 - name : Base Setup
72- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
72+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
7373
7474 - name : Install dependencies
7575 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
8080 jlpm
8181 python -m pip install .
8282
83- - uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@affc83be6020d529b9368cd4d63e467877606600 # v1
83+ - uses : jupyterlab/maintainer-tools/.github/actions/update-snapshots@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
8484 with :
8585 github_token : ${{ secrets.GITHUB_TOKEN }}
8686 # Playwright knows how to start JupyterLab server
You can’t perform that action at this time.
0 commit comments