This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new 733558dbe14 KAFKA-20605 upgrade gradle action to enable the CI (#22362)
733558dbe14 is described below
commit 733558dbe148ca224f24878c60db4f7c5ead299b
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 57d363471dd..bab46d55d26 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: