File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 20
20
echo "IMAGE_NAME=${{ env.BASE_IMAGE_NAME }}:$VERSION" >> $GITHUB_ENV
21
21
22
22
- name : Checkout branch
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Set up JDK
26
26
uses : actions/setup-java@v3
77
77
tags : ${{ env.IMAGE_NAME }}
78
78
79
79
- name : Checkout gh-pages
80
- uses : actions/checkout@v3
80
+ uses : actions/checkout@v4
81
81
with :
82
82
ref : gh-pages
83
83
path : gh-pages
Original file line number Diff line number Diff line change 639
639
<maven .compiler.source>11</maven .compiler.source>
640
640
<maven .compiler.target>11</maven .compiler.target>
641
641
<java .version.range>11</java .version.range>
642
- <maven .version.range>[3.8,)</maven .version.range>
642
+ <maven .version.range>[3.8.1 ,)</maven .version.range>
643
643
<maven-enforcer-plugin-version >3.4.0</maven-enforcer-plugin-version >
644
644
<maven-clean-plugin-version >3.3.1</maven-clean-plugin-version >
645
645
<maven-compiler-plugin-version >3.11.0</maven-compiler-plugin-version >
You can’t perform that action at this time.
0 commit comments