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:
2424
2525 steps :
2626 - name : Checkout branch
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 32
3030 path : branch
3131
3232 - name : Checkout gh-pages
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 ref : gh-pages
3636 path : gh-pages
Original file line number Diff line number Diff line change 2020 echo "IMAGE_NAME=${{ env.BASE_IMAGE_NAME }}:$VERSION" >> $GITHUB_ENV
2121
2222 - name : Checkout branch
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Set up JDK
2626 uses : actions/setup-java@v3
7777 tags : ${{ env.IMAGE_NAME }}
7878
7979 - name : Checkout gh-pages
80- uses : actions/checkout@v3
80+ uses : actions/checkout@v4
8181 with :
8282 ref : gh-pages
8383 path : gh-pages
Original file line number Diff line number Diff line change 639639 <maven .compiler.source>11</maven .compiler.source>
640640 <maven .compiler.target>11</maven .compiler.target>
641641 <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>
643643 <maven-enforcer-plugin-version >3.4.0</maven-enforcer-plugin-version >
644644 <maven-clean-plugin-version >3.3.1</maven-clean-plugin-version >
645645 <maven-compiler-plugin-version >3.11.0</maven-compiler-plugin-version >
You can’t perform that action at this time.
0 commit comments