Skip to content

Commit 76a521b

Browse files
committed
Try pinning base-setup action
1 parent 3b8e673 commit 76a521b

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/actions/build-dist/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: 'composite'
55
steps:
66
- name: Base Setup
7-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
7+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
88

99
- name: Install dependencies
1010
shell: bash

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545

4646
- name: Base Setup
47-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
47+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
4848

4949
- name: Test the package
5050
run: hatch run cov:test
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- uses: actions/checkout@v4
81-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
81+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
8282
- run: |
8383
sudo apt-get update
8484
sudo apt install enchant-2 # for spelling
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- uses: actions/checkout@v4
96-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
96+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
9797
with:
9898
dependency_type: minimum
9999
python_version: '3.10'
@@ -107,7 +107,7 @@ jobs:
107107
timeout-minutes: 20
108108
steps:
109109
- uses: actions/checkout@v4
110-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
110+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
111111
with:
112112
dependency_type: pre
113113
- name: Run the tests
@@ -172,7 +172,7 @@ jobs:
172172
timeout-minutes: 10
173173
steps:
174174
- uses: actions/checkout@v4
175-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
175+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
176176
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
177177
with:
178178
ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
steps:
185185
- uses: actions/checkout@v4
186-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
186+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
187187
- name: Run Linters
188188
run: |
189189
hatch run typing:test

.github/workflows/buildutils.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

2727
- name: Base Setup
28-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
28+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
2929

3030
- name: Install dependencies
3131
run: |

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Base Setup
22-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
2323
- name: Check Release
2424
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
2525
with:

.github/workflows/playwright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Base Setup
43-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
43+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
4444

4545
- name: Build
4646
uses: ./.github/actions/build-dist

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
contents: write
3131
steps:
32-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
32+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
3333

3434
- name: Prep Release
3535
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@v1
17+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
1818

1919
- uses: actions/create-github-app-token@v1
2020
id: app-token

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
id-token: write
2121
steps:
22-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
2323

2424
- uses: actions/create-github-app-token@v1
2525
id: app-token

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Base Setup
40-
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
40+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@0.25.0
4141

4242
- uses: actions/download-artifact@v4
4343
with:

0 commit comments

Comments
 (0)