File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : windows-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
+ with :
20
+ submodules : recursive
21
+ fetch-depth : 0
19
22
- name : Set up JDK 17
20
- uses : actions/setup-java@v3
23
+ uses : actions/setup-java@v4
21
24
with :
22
25
distribution : ' corretto'
23
26
java-version : ' 17'
Original file line number Diff line number Diff line change 30
30
<aspectjweaver .version>1.9.24</aspectjweaver .version>
31
31
<ashot .version>1.5.4</ashot .version>
32
32
<allure-testng .version>2.29.1</allure-testng .version>
33
- <allure-plugin-api .version>2.33 .0</allure-plugin-api .version>
33
+ <allure-plugin-api .version>2.34 .0</allure-plugin-api .version>
34
34
<allure-maven .version>2.15.2</allure-maven .version>
35
35
<allure-environment-writer .version>1.0.0</allure-environment-writer .version>
36
36
<allure .cmd.download.url>
You can’t perform that action at this time.
0 commit comments