We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff2dfd commit 74c10cfCopy full SHA for 74c10cf
.github/workflows/ci.yaml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
24
- name: Base Setup
25
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
+ uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
26
27
- name: Install JupyterLab
28
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
0 commit comments