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 2424 fetch-depth : 0
2525
2626 - name : Set up JDK
27- uses : actions/setup-java@v3
27+ uses : actions/setup-java@v4
2828 with :
2929 java-version : 21
3030 distribution : " corretto"
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Setup NodeJS
22- uses : actions/setup-node@v3
22+ uses : actions/setup-node@v4
2323 with :
2424 node-version : " 14"
2525
Original file line number Diff line number Diff line change 1313 label :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/labeler@v4
16+ - uses : actions/labeler@v5
1717 with :
1818 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1515 <description >Demo project for Spring Boot</description >
1616 <properties >
1717 <java .version>21</java .version>
18- <kotlin .version>1.9.10 </kotlin .version>
19- <kotest .version>5.7.2 </kotest .version>
18+ <kotlin .version>1.9.21 </kotlin .version>
19+ <kotest .version>5.8.0 </kotest .version>
2020 <mockk .version>1.13.8</mockk .version>
2121 <springmockk .version>4.0.2</springmockk .version>
2222 </properties >
You can’t perform that action at this time.
0 commit comments