Skip to content

Commit 1502a92

Browse files
committed
Adapt docs-build workflow to use JDK25 for maven run
Signed-off-by: Eric Bottard <eric.bottard@broadcom.com>
1 parent ba9c1aa commit 1502a92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 5
24-
- name: Set up JDK 17
25-
uses: actions/setup-java@v3
24+
- name: Set up JDK
25+
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '25'
2828
distribution: 'temurin'
2929
# - name: Set up refname build
3030
# if: github.event.inputs.build-refname

0 commit comments

Comments
 (0)