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 8961aaf commit f3f5ea8Copy full SHA for f3f5ea8
.github/workflows/check-release.yml
@@ -26,7 +26,7 @@ jobs:
26
pip install -e .
27
- name: Check Links
28
if: ${{ matrix.group == 'link_check' }}
29
- uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
+ uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v2
30
- name: Check Release
31
if: ${{ matrix.group == 'check_release' }}
32
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
0 commit comments