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

xuba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git


The following commit(s) were added to refs/heads/main by this push:
     new e7fcdf4  (hotfix) bump actions/setup-java version to fix cache error 
(#11)
e7fcdf4 is described below

commit e7fcdf45c6bb639ab096bf059f6d0fbd1fe4079c
Author: Congxian Qiu <[email protected]>
AuthorDate: Thu Nov 27 20:02:10 2025 +0800

    (hotfix) bump actions/setup-java version to fix cache error (#11)
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 10e4332..a75ab90 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Set JDK
-        uses: actions/setup-java@v2
+        uses: actions/setup-java@v5
         with:
           java-version: 8
           distribution: 'temurin'

Reply via email to