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

crazyhzm pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 2ca55a6fad Fix ci action name (#13337)
2ca55a6fad is described below

commit 2ca55a6fad15b83d2bc9f8535c2484ff44bbf684
Author: huazhongming <[email protected]>
AuthorDate: Thu Nov 9 13:40:00 2023 +0800

    Fix ci action name (#13337)
    
    Signed-off-by: crazyhzm <[email protected]>
---
 .github/workflows/build-and-test-pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-and-test-pr.yml 
b/.github/workflows/build-and-test-pr.yml
index 9b95628ffe..2a0238433f 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -26,7 +26,7 @@ jobs:
         uses: apache/skywalking-eyes@e1a02359b239bd28de3f6d35fdc870250fa513d5
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-      - name: "Set up JDK 17"
+      - name: "Set up JDK 21"
         uses: actions/setup-java@v3
         with:
           distribution: 'zulu'

Reply via email to