Commit b647336 1 parent 470e911 commit b647336 Copy full SHA for b647336
File tree 19 files changed +20
-20
lines changed
19 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11
11
if : github.repository == 'nodejs/node'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : ' 0' # This is required to actually get all the authors
17
17
persist-credentials : false
Original file line number Diff line number Diff line change 36
36
if : needs.get-prs-for-ci.outputs.numbers != ''
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
with :
41
41
persist-credentials : false
42
42
Original file line number Diff line number Diff line change 37
37
if : github.event.pull_request.draft == false
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
with :
42
42
persist-credentials : false
43
43
- name : Set up Python ${{ env.PYTHON_VERSION }}
63
63
needs : build-tarball
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v3
67
67
with :
68
68
persist-credentials : false
69
69
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 36
36
fail-fast : false
37
37
runs-on : ${{ matrix.windows }}
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
with :
41
41
persist-credentials : false
42
42
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 14
14
run : |
15
15
echo "::set-output name=plusOne::$((${{ github.event.pull_request.commits }} + 1))"
16
16
echo "::set-output name=minusOne::$((${{ github.event.pull_request.commits }} - 1))"
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : ${{ steps.nb-of-commits.outputs.plusOne }}
20
20
persist-credentials : false
Original file line number Diff line number Diff line change 42
42
if : needs.get_mergeable_prs.outputs.numbers != ''
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
with :
47
47
# Needs the whole git history for ncu to work
48
48
# See https://github.com/nodejs/node-core-utils/pull/486
Original file line number Diff line number Diff line change 33
33
if : github.event.pull_request.draft == false
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v3
37
37
with :
38
38
persist-credentials : false
39
39
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 35
35
if : github.event.pull_request.draft == false
36
36
runs-on : windows-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
with :
40
40
persist-credentials : false
41
41
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 14
14
# not working on gcc-8 and gcc-9 see https://github.com/nodejs/node/issues/38570
15
15
container : gcc:11
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
with :
19
19
persist-credentials : false
20
20
- name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 22
22
if : github.event.pull_request.draft == false
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
with :
27
27
persist-credentials : false
28
28
- name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
persist-credentials : false
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout the repo
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 0
23
23
persist-credentials : false
Original file line number Diff line number Diff line change 11
11
if : github.repository == 'nodejs/node'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
persist-credentials : false
17
17
- run : ./tools/license-builder.sh # Run the license builder tool
Original file line number Diff line number Diff line change 23
23
if : github.event.pull_request.draft == false
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
with :
28
28
persist-credentials : false
29
29
- name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 43
43
LINK : clang++
44
44
CONFIG_FLAGS : --enable-asan
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
with :
48
48
persist-credentials : false
49
49
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 29
29
test-internet :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
with :
34
34
persist-credentials : false
35
35
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 32
32
if : github.event.pull_request.draft == false
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
with :
37
37
persist-credentials : false
38
38
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 38
38
if : github.event.pull_request.draft == false
39
39
runs-on : macos-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
persist-credentials : false
44
44
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 76
76
./tools/update-undici.sh
77
77
fi
78
78
steps :
79
- - uses : actions/checkout@v2
79
+ - uses : actions/checkout@v3
80
80
with :
81
81
persist-credentials : false
82
82
- run : ${{ matrix.run }}
You can’t perform that action at this time.
0 commit comments