This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch release/ignite-spring-session-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to
refs/heads/release/ignite-spring-session-ext-2.0.0 by this push:
new 3f407907 IGNITE-22352 Bump java version for git action jobs.
3f407907 is described below
commit 3f40790737c06541e90dacf7485849d257bedf83
Author: Andrey Novikov <[email protected]>
AuthorDate: Mon Jun 17 10:12:33 2024 +0700
IGNITE-22352 Bump java version for git action jobs.
---
.github/workflows/release-checker.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-checker.yml
b/.github/workflows/release-checker.yml
index 202109c9..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: 8
+ java-version: 17
distribution: 'adopt'
- name: Extract Branch POM Version and Compare