File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
group : [check_release, link_check]
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Base Setup
19
19
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
20
20
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
echo "GROUP=python" >> $GITHUB_ENV
55
55
echo "TIMEOUT_MINUTES=20" >> $GITHUB_ENV
56
56
fi
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v3
58
58
- name : Install node
59
- uses : actions/setup-node@v1
59
+ uses : actions/setup-node@v3
60
60
with :
61
- node-version : ' 17 .x'
61
+ node-version : ' 18 .x'
62
62
# NOTE: actions/setup-python@v2 can make use of a cache within the GitHub
63
63
# Action virtual environment and setup extremely fast. 3.9 isn't
64
64
# available in this cache as of November 2020.
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
- name : Configure environment variables from job flags
39
39
run : |
40
40
echo "GROUP=${{ matrix.group }}" >> $GITHUB_ENV
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- name : Install node
43
- uses : actions/setup-node@v1
43
+ uses : actions/setup-node@v3
44
44
with :
45
- node-version : ' 17 .x'
45
+ node-version : ' 18 .x'
46
46
# NOTE: actions/setup-python@v2 can make use of a cache within the GitHub
47
47
# Action virtual environment and setup extremely fast. 3.9 isn't
48
48
# available in this cache as of November 2020.
You can’t perform that action at this time.
0 commit comments