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 24
24
fetch-depth : 0
25
25
26
26
- name : Set up JDK
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@v4
28
28
with :
29
29
java-version : 21
30
30
distribution : " corretto"
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Setup NodeJS
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : " 14"
25
25
Original file line number Diff line number Diff line change 13
13
label :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/labeler@v4
16
+ - uses : actions/labeler@v5
17
17
with :
18
18
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 15
15
<description >Demo project for Spring Boot</description >
16
16
<properties >
17
17
<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>
20
20
<mockk .version>1.13.8</mockk .version>
21
21
<springmockk .version>4.0.2</springmockk .version>
22
22
</properties >
You can’t perform that action at this time.
0 commit comments