This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new ea9a6d5f066 KAFKA-20605 upgrade gradle action to enable the CI (#22362)
ea9a6d5f066 is described below
commit ea9a6d5f066ee4216857ebf5d587f42f9fa56821
Author: Ken Huang <[email protected]>
AuthorDate: Sun May 24 23:00:48 2026 +0800
KAFKA-20605 upgrade gradle action to enable the CI (#22362)
5.0.0 was removed by
https://github.com/apache/infrastructure-actions/commit/9ef334e76e7ff0298931d114ec2ac2517c77306c
Reviewers: Chia-Ping Tsai <[email protected]>
---
.github/actions/setup-gradle/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/setup-gradle/action.yml
b/.github/actions/setup-gradle/action.yml
index f1112a7ffd5..80ba3b0cf71 100644
--- a/.github/actions/setup-gradle/action.yml
+++ b/.github/actions/setup-gradle/action.yml
@@ -42,7 +42,7 @@ runs:
distribution: temurin
java-version: ${{ inputs.java-version }}
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
+ uses:
gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
env:
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
with: