File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
os : ["ubuntu-latest", "windows-latest", "macos-latest"]
22
22
node-version : ["22.x", "20.x"]
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
40
40
needs : [unit-tests]
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
with :
45
45
# Sonar analysis needs the full history for features like automatic assignment of bugs. If the following step
46
46
# is not included the project will show a warning about incomplete information.
Original file line number Diff line number Diff line change 20
20
experimental : [false]
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : actions/setup-node@v4
25
25
with :
26
26
node-version-file : " .nvmrc"
Original file line number Diff line number Diff line change 23
23
environment-name : ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
24
24
experimental : [false]
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : actions/setup-node@v4
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 11
11
publish-npm :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Prepare for publication to npm
16
16
uses : actions/setup-node@v4
17
17
with :
You can’t perform that action at this time.
0 commit comments