This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 620ec9d7fd1 Upgrade actions/setup-java from v5.1.0 to v5.2.0, fix 
DeprecationWarning (#38228)
620ec9d7fd1 is described below

commit 620ec9d7fd14f1520cd7be58ae569fd3a2d7a6c7
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Fri Feb 27 10:04:12 2026 +0800

    Upgrade actions/setup-java from v5.1.0 to v5.2.0, fix DeprecationWarning 
(#38228)
---
 .github/workflows/resources/actions/setup-build-environment/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/.github/workflows/resources/actions/setup-build-environment/action.yml 
b/.github/workflows/resources/actions/setup-build-environment/action.yml
index 9ada12c4194..052227ac253 100644
--- a/.github/workflows/resources/actions/setup-build-environment/action.yml
+++ b/.github/workflows/resources/actions/setup-build-environment/action.yml
@@ -68,7 +68,7 @@ runs:
   steps:
     - name: Setup Java (Temurin)
       if: inputs.distribution != 'graalvm'
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: ${{ inputs.distribution }}
         java-version: ${{ inputs.java-version }}

Reply via email to