This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-17.0
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
The following commit(s) were added to refs/heads/release-17.0 by this push:
new e0ee7b8 [hotfix] Bump Java setup action to version 5
e0ee7b8 is described below
commit e0ee7b8765fbe95139c1eb6736c00451d5a96ec0
Author: Mate Czagany <[email protected]>
AuthorDate: Tue Nov 11 09:31:01 2025 +0100
[hotfix] Bump Java setup action to version 5
Co-authored-by: Sergey Nuyanzin <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7efe30..e3382af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set JDK
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v5
with:
java-version: 8
distribution: 'temurin'
@@ -53,4 +53,4 @@ jobs:
run: |
mvn ${MVN_COMMON_OPTIONS} exec:java@check-licensing -N \
-Dexec.args="${{ env.MVN_BUILD_OUTPUT_FILE }} $(pwd) ${{
env.MVN_VALIDATION_DIR }}" \
- -Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties
\ No newline at end of file
+ -Dlog4j.configurationFile=file://$(pwd)/tools/ci/log4j.properties