deniskuzZ commented on code in PR #5941:
URL: https://github.com/apache/hive/pull/5941#discussion_r2194289305


##########
.github/workflows/docker-GA-images.yml:
##########
@@ -44,29 +43,24 @@ jobs:
     if: github.event_name == 'workflow_dispatch'
     runs-on: ubuntu-latest
     steps:
-      -
-        name: Checkout
+      - name: Checkout
         uses: actions/checkout@v3
 
-      -
-        name: 'Set up JDK 17'
+      - name: 'Set up JDK 21'
         uses: actions/setup-java@v1
         with:
-          java-version: 17
+          java-version: 21

Review Comment:
   nice catch!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to