Skip to content

Commit 93b5938

Browse files
authored
Update build.yml
Force using the latest version of the jupyterlab/maintainer-tools GitHub action, as that includes a fix we need (jupyterlab/maintainer-tools#255) that has not yet been included in any tags.
1 parent 5c3c565 commit 93b5938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
clean: true
28-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
28+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@main
2929
- uses: sbt/setup-sbt@v1
3030
- name: Display dependency info
3131
run: |

0 commit comments

Comments
 (0)