File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout branch
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 32
30
30
path : branch
31
31
32
32
- name : Checkout gh-pages
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
ref : gh-pages
36
36
path : gh-pages
Original file line number Diff line number Diff line change 615
615
<maven .compiler.source>11</maven .compiler.source>
616
616
<maven .compiler.target>11</maven .compiler.target>
617
617
<java .version.range>11</java .version.range>
618
- <maven .version.range>[3.5.2 ,)</maven .version.range>
618
+ <maven .version.range>[3.8.1 ,)</maven .version.range>
619
619
<maven-enforcer-plugin-version >3.4.0</maven-enforcer-plugin-version >
620
620
<maven-clean-plugin-version >3.3.1</maven-clean-plugin-version >
621
621
<maven-compiler-plugin-version >3.11.0</maven-compiler-plugin-version >
You can’t perform that action at this time.
0 commit comments