Skip to content

Commit 072b219

Browse files
authored
MAINT - Upgrade GH actions versions
MAINT - Upgrade GH actions
2 parents 770318d + 2b8728c commit 072b219

File tree

3 files changed

+11
-65
lines changed

3 files changed

+11
-65
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Fixes # .
22

3-
<!-- Reference the issue corresponding to this PR. If an issues does not exist, consider opening one or writing a detailed description for what this PR changes and it's value in the following sections. -->
3+
<!-- Reference the issue corresponding to this PR. If an issue does not exist,
4+
consider opening one or writing a detailed description of what this PR changes
5+
and its value in the following sections. -->
46
<!-- GitHub Docs on Keywords: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests -->
57

68
## Description
@@ -24,3 +26,7 @@ This pull request:
2426
## Additional information
2527

2628
<!-- Do you have any other information about this pull request? This may include screenshots, references, and/or implementation notes. -->
29+
30+
## How to test
31+
32+
<!-- Please add any relevant details to test this functionality even if you added automated tests -->

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2424

2525
- name: 'Install dependencies 📦'
26-
run: python -m pip install -U jupyterlab~=3.1
26+
run: python -m pip install -U "jupyterlab<4"
2727

2828
- name: 'Lint the extension 🧹'
2929
run: |
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969

7070
- name: 'Install Python 🐍'
71-
uses: actions/setup-python@v4
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: '3.9'
7474
architecture: 'x64'
@@ -85,7 +85,7 @@ jobs:
8585
sudo rm -rf $(which node)
8686
sudo rm -rf $(which node)
8787
88-
pip install "jupyterlab~=3.1" jupyterlab_conda_store*.whl
88+
pip install "jupyterlab<4" jupyterlab_conda_store*.whl
8989
9090
9191
jupyter labextension list
@@ -124,7 +124,7 @@ jobs:
124124
run: jlpm install
125125

126126
- name: 'Set up browser cache'
127-
uses: actions/cache@v3
127+
uses: actions/cache@v4
128128
with:
129129
path: |
130130
${{ github.workspace }}/pw-browsers

.github/workflows/check-release.yml

-60
This file was deleted.

0 commit comments

Comments
 (0)