Skip to content

Commit 40b9ad0

Browse files
committed
Dependency updates
1 parent 6503746 commit 40b9ad0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-older-minor-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
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>

0 commit comments

Comments
 (0)