File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010 run :
1111 working-directory : ${{ github.workspace }}/app
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 path : generator-jhipster-nodejs
1616 - uses : jhipster/actions/setup-runner@v1
Original file line number Diff line number Diff line change 1717 timeout-minutes : 40
1818 steps :
1919 # Checkout
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 ref : main
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 timeout-minutes : 10
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : actions/setup-node@v6
1313 with :
1414 node-version : 22
Original file line number Diff line number Diff line change 2121 outputs :
2222 matrix : ${{ steps.build.outputs.matrix }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v6
2626 with :
2727 node-version : 22
4141 fail-fast : false
4242 matrix : ${{fromJson(needs.build-matrix.outputs.matrix)}}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 path : generator-jhipster-nodejs
4747 fetch-depth : 2
Original file line number Diff line number Diff line change 2121 outputs :
2222 matrix : ${{ steps.build.outputs.matrix }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v6
2626 with :
2727 node-version : 22
4141 fail-fast : false
4242 matrix : ${{fromJson(needs.build-matrix.outputs.matrix)}}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 path : generator-jhipster-nodejs
4747 fetch-depth : 2
Original file line number Diff line number Diff line change 2121 outputs :
2222 matrix : ${{ steps.build.outputs.matrix }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v6
2626 with :
2727 node-version : 22
4141 fail-fast : false
4242 matrix : ${{fromJson(needs.build-matrix.outputs.matrix)}}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 path : generator-jhipster-nodejs
4747 fetch-depth : 2
Original file line number Diff line number Diff line change 2121 outputs :
2222 matrix : ${{ steps.build.outputs.matrix }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v6
2626 with :
2727 node-version : 22
4141 fail-fast : false
4242 matrix : ${{fromJson(needs.build-matrix.outputs.matrix)}}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 path : generator-jhipster-nodejs
4747 fetch-depth : 2
You can’t perform that action at this time.
0 commit comments