File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
name : release
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v2
16
16
with :
17
17
cache : npm
Original file line number Diff line number Diff line change 21
21
- windows-latest
22
22
runs-on : " ${{ matrix.os }}"
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- run : git config --global user.name github-actions
26
26
-
run :
git config --global user.email [email protected]
27
27
- name : " Use Node.js ${{ matrix.node-version }}"
37
37
runs-on : ubuntu-latest
38
38
needs : test_matrix
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- name : " Use Node.js ${{ matrix.node-version }}"
42
42
uses : actions/setup-node@v2
43
43
with :
You can’t perform that action at this time.
0 commit comments