Skip to content

Commit 9a68fdb

Browse files
chore(deps): update github actions
1 parent 4eede54 commit 9a68fdb

File tree

6 files changed

+31
-31
lines changed

6 files changed

+31
-31
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020

2121
- name: Base Setup
22-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
22+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
2323

2424
- name: Install dependencies
2525
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -93,7 +93,7 @@ jobs:
9393

9494
steps:
9595
- name: Install Python
96-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
96+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
9797
with:
9898
python-version: '3.9'
9999
architecture: 'x64'
@@ -182,8 +182,8 @@ jobs:
182182
runs-on: ubuntu-latest
183183
timeout-minutes: 15
184184
steps:
185-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
186-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
187-
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
185+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
186+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
187+
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@d734fad2dc3aadbe56a5fd530037656e770e1a8d # 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'

.github/workflows/check-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
@@ -28,10 +28,10 @@ jobs:
2828
scope: '@deepnote'
2929
always-auth: true
3030
- name: Base Setup
31-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
31+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
3232

3333
- name: Check Release
34-
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
34+
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@8a519e3628220eb74ff4c1017d6eb6ae803ae844 # v2
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
env:

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
with:
2828
fetch-depth: 0
2929

3030
- name: Install qlty
31-
uses: qltysh/qlty-action/install@92420f3093ba65970fed22ce5f162ecb8a5c1700
31+
uses: qltysh/qlty-action/install@c1d9ae56aba737dfb3c83921007a2610f1dad51c
3232

3333
- name: Run qlty check
3434
run: qlty check
@@ -42,10 +42,10 @@ jobs:
4242
timeout-minutes: 15
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4646

4747
- name: Base Setup
48-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
48+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
4949

5050
- name: Install dependencies
5151
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -66,10 +66,10 @@ jobs:
6666
timeout-minutes: 15
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
69+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7070

7171
- name: Base Setup
72-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
72+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
7373

7474
- name: Install dependencies
7575
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -90,10 +90,10 @@ jobs:
9090
timeout-minutes: 15
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
93+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9494

9595
- name: Base Setup
96-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
96+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
9797

9898
- name: Install dependencies
9999
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -113,9 +113,9 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
116+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
117117
- name: Base Setup
118-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
118+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
119119

120120
- name: Check licenses
121121
run: yarn check-licenses
@@ -128,10 +128,10 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Checkout
131-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
131+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
132132

133133
- name: Base Setup
134-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
134+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
135135

136136
- name: Install JupyterLab
137137
run: python -m pip install -U "jupyterlab>=4.0.0,<5"

.github/workflows/prep-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
permissions:
3030
contents: write
3131
steps:
32-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
32+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
3333

3434
- name: Prep Release
3535
id: prep-release
36-
uses: jupyter-server/jupyter_releaser/.github/actions/prep-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
36+
uses: jupyter-server/jupyter_releaser/.github/actions/prep-release@8a519e3628220eb74ff4c1017d6eb6ae803ae844 # v2
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
version_spec: ${{ github.event.inputs.version_spec }}

.github/workflows/publish-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
@@ -36,17 +36,17 @@ jobs:
3636
scope: '@deepnote'
3737
always-auth: true
3838

39-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
39+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
4040

41-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
41+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
4242
id: app-token
4343
with:
4444
app-id: ${{ vars.APP_ID }}
4545
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4646

4747
- name: Populate Release
4848
id: populate-release
49-
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
49+
uses: jupyter-server/jupyter_releaser/.github/actions/populate-release@8a519e3628220eb74ff4c1017d6eb6ae803ae844 # v2
5050
with:
5151
token: ${{ steps.app-token.outputs.token }}
5252
branch: ${{ github.event.inputs.branch }}
@@ -57,7 +57,7 @@ jobs:
5757
id: finalize-release
5858
env:
5959
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60-
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@6accaa3c07b69acaa1e14e00ba138133d8cbe879 # v2
60+
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@8a519e3628220eb74ff4c1017d6eb6ae803ae844 # v2
6161
with:
6262
token: ${{ steps.app-token.outputs.token }}
6363
release_url: ${{ steps.populate-release.outputs.release_url }}

.github/workflows/update-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Checkout
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
7171
- name: Base Setup
72-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
72+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
7373

7474
- name: Install dependencies
7575
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -80,7 +80,7 @@ jobs:
8080
jlpm
8181
python -m pip install .
8282
83-
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
83+
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
8484
with:
8585
github_token: ${{ secrets.GITHUB_TOKEN }}
8686
# Playwright knows how to start JupyterLab server

0 commit comments

Comments
 (0)