This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aeaa9b37120 HADOOP-19780. Fix website build in GitHub workflow (#8174)
aeaa9b37120 is described below

commit aeaa9b3712037c0d0240ec2353144f2a95018d4f
Author: Akira Ajisaka <[email protected]>
AuthorDate: Fri Jan 9 23:30:07 2026 +0900

    HADOOP-19780. Fix website build in GitHub workflow (#8174)
    
    Signed-off-by: Steve Loughran <[email protected]>
---
 .github/workflows/website.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 67b2b908d27..eef5ae671ba 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -29,10 +29,10 @@ jobs:
         uses: actions/checkout@v3
         with:
           repository: apache/hadoop
-      - name: Set up JDK 8
-        uses: actions/setup-java@v3
+      - name: Set up JDK 17
+        uses: actions/setup-java@v5
         with:
-          java-version: '8'
+          java-version: '17'
           distribution: 'temurin'
       - name: Cache local Maven repository
         uses: actions/cache@v3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to