You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/06 11:54:45 UTC

[commons-jexl] branch master updated: Undo Bump actions/setup-java from 3.6.0 to 3.7.0

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-jexl.git


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

commit 86b010a0f35e5f886a82140b1cf902c386ae5acb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 6 06:54:41 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 070a34ea..2f9f0e58 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -50,7 +50,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 }}