This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new d08e6a8e58d MINOR bump setup-gradle (#18879) d08e6a8e58d is described below commit d08e6a8e58ddb969c3122298070be285a86bb258 Author: David Arthur <mum...@gmail.com> AuthorDate: Thu Feb 13 09:56:55 2025 -0500 MINOR bump setup-gradle (#18879) Reviewers: Chia-Ping Tsai <chia7...@gmail.com> --- .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 3b1e1f71993..1a5b0902703 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0 + uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0 env: GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true with: