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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5eaea60  Undo Bump actions/setup-java from 3.6.0 to 3.7.0
5eaea60 is described below

commit 5eaea60cda585eff62d3e7e2b282f3d323bce116
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Dec 6 06:53:23 2022 -0500

    Undo Bump actions/setup-java from 3.6.0 to 3.7.0
---
 .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 9ed857b..614b4e7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3.7.0
+      uses: actions/setup-java@v3.6.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to