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 @@ -52,11 +52,11 @@ jobs:
52
52
if [ "${{ matrix.group }}" == "python" ]; then
53
53
echo "GROUP=python" >> $GITHUB_ENV
54
54
fi
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v3
56
56
- name : Install node
57
- uses : actions/setup-node@v1
57
+ uses : actions/setup-node@v3
58
58
with :
59
- node-version : ' 17 .x'
59
+ node-version : ' 18 .x'
60
60
# NOTE: actions/setup-python@v2 can make use of a cache within the GitHub
61
61
# Action virtual environment and setup extremely fast. 3.9 isn't
62
62
# 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