File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 os : ["ubuntu-latest", "windows-latest", "macos-latest"]
2222 node-version : ["22.x", "20.x"]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node-version }}
4040 needs : [unit-tests]
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 # Sonar analysis needs the full history for features like automatic assignment of bugs. If the following step
4646 # is not included the project will show a warning about incomplete information.
Original file line number Diff line number Diff line change 2020 experimental : [false]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-node@v4
2525 with :
2626 node-version-file : " .nvmrc"
Original file line number Diff line number Diff line change 2323 environment-name : ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
2424 experimental : [false]
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v4
2828 with :
2929 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1111 publish-npm :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Prepare for publication to npm
1616 uses : actions/setup-node@v4
1717 with :
You can’t perform that action at this time.
0 commit comments