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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new ab36251  Revert "Update setup-java"
ab36251 is described below

commit ab36251a3221e673ca32d57b601b65d197a8c3aa
Author: Sebb <s...@apache.org>
AuthorDate: Sat Apr 12 00:10:36 2025 +0100

    Revert "Update setup-java"
    
    This reverts commit 4ff145ff2944c2392097d3409ceb4b67fa5d0f3e.
    
    Which broke the build
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4a982c5..2a01ceb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,7 +58,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 
v4.7.1
+      uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # 
v3.5.1
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to