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 3d81c9a5 Bump actions/setup-java from 3.13.0 to 4.0.0
3d81c9a5 is described below

commit 3d81c9a5adf050fb9dc4c70df210b78d3191927a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 30 09:40:37 2023 -0500

    Bump actions/setup-java from 3.13.0 to 4.0.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 23ca3fbc..4216b1a6 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@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # 
v4.0.0
+      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to