File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest, windows-latest]
1919 node-version : ["22.x", "20.x"]
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-node@v4
2323 with :
2424 node-version : ${{ matrix.node-version }}
4141 needs : [unit-tests]
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 with :
4646 # Sonar analysis needs the full history for features like automatic assignment of bugs. If the following step
4747 # is not included the project will show a warning about incomplete information.
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 # We must fetch at least the immediate parents so that if this is
3535 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2626 os : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : actions/setup-node@v4
3131 with :
3232 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