Skip to content

Commit 77cc49f

Browse files
authored
Merge pull request #382 from jupyter/dependabot/github_actions/jupyterlab/maintainer-tools-0.29.1
Bump jupyterlab/maintainer-tools from 0.28.1 to 0.29.1
2 parents 008657e + 9c35b0e commit 77cc49f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Run Link Check
6565
if: ${{ matrix.group == 'link_check' }}
66-
uses: jupyterlab/maintainer-tools/.github/actions/check-links@affc83be6020d529b9368cd4d63e467877606600 # v1
66+
uses: jupyterlab/maintainer-tools/.github/actions/check-links@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
6767
with:
6868
ignore_glob: nbclassic/static/components/**/*.md docs-translations/*/*.md
6969
ignore_links: "http://127.0.0.1 https://stackoverflow https://github.com"

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222

2323
- name: Base Setup
24-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
24+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2525

2626
- name: Test jupyterlab
27-
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@affc83be6020d529b9368cd4d63e467877606600 # v1
27+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2828
with:
2929
package_name: jupyterlab
3030
package_spec: "\".[test]\""

.github/workflows/enforce-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
timeout-minutes: 5
1010
steps:
1111
- name: enforce-triage-label
12-
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@affc83be6020d529b9368cd4d63e467877606600 # v1
12+
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@d72f5cb72b472c1e59036840891e918c9bda4dae # v1

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
contents: write
3434
steps:
35-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
35+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
3636

3737
- name: Prep Release
3838
id: prep-release

.github/workflows/publish-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
environment: release
1616
steps:
17-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
17+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
1818

1919
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2020
id: app-token

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
id-token: write
2424
steps:
25-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
25+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
2626

2727
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2828
id: app-token

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
- name: Base Setup
37-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
37+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
3838
- name: Install pip dependencies
3939
run: |
4040
pip install -v -e ".[test]" pytest-cov
@@ -66,7 +66,7 @@ jobs:
6666
# steps:
6767
# - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868
# - name: Base Setup
69-
# uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
69+
# uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
7070
# with:
7171
# python_version: "3.8"
7272
# - name: Install minimum versions
@@ -82,7 +82,7 @@ jobs:
8282
- name: Checkout
8383
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8484
- name: Base Setup
85-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
85+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
8686
- name: Install the Python dependencies
8787
run: |
8888
pip install --pre -e ".[test]"
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103103
- name: Base Setup
104-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
104+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
105105
- name: Build SDist
106106
run: |
107107
pip install build
@@ -118,7 +118,7 @@ jobs:
118118
timeout-minutes: 20
119119
steps:
120120
- name: Base Setup
121-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
121+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
122122
- name: Download sdist
123123
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
124124
with:
@@ -144,7 +144,7 @@ jobs:
144144
timeout-minutes: 20
145145
steps:
146146
- name: Base Setup
147-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
147+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d72f5cb72b472c1e59036840891e918c9bda4dae # v1
148148
- name: Download sdist
149149
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
150150
with:

0 commit comments

Comments
 (0)