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

petrov-mg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new ef669929 IGNITE-28718 Switched GitHub ignite-extensions actions to 
jdk17 (#353)
ef669929 is described below

commit ef669929c3afc52f6f1f0338e0e375f9c60afbe4
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Jun 22 12:03:36 2026 +0300

    IGNITE-28718 Switched GitHub ignite-extensions actions to jdk17 (#353)
    
    Co-authored-by: Aleksandr Nikolaev <>
---
 .github/workflows/prepare-rc.yml      | 2 +-
 .github/workflows/release-checker.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/prepare-rc.yml b/.github/workflows/prepare-rc.yml
index 10ef6341..c26428c1 100644
--- a/.github/workflows/prepare-rc.yml
+++ b/.github/workflows/prepare-rc.yml
@@ -82,7 +82,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 11
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract POM Version and Compare With Branch Version
diff --git a/.github/workflows/release-checker.yml 
b/.github/workflows/release-checker.yml
index b9fbddf1..1cfc1383 100644
--- a/.github/workflows/release-checker.yml
+++ b/.github/workflows/release-checker.yml
@@ -74,7 +74,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@v2
         with:
-          java-version: 11
+          java-version: 17
           distribution: 'adopt'
 
       - name: Extract Branch POM Version and Compare

Reply via email to