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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2deb0a9b Bump actions/setup-java from 5.3.0 to 5.4.0
2deb0a9b is described below

commit 2deb0a9b7a79bfe41f8a6a8cff3c27c6f23e6cf4
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 20:51:08 2026 -0400

    Bump actions/setup-java from 5.3.0 to 5.4.0
---
 .github/workflows/data-source-check.yml | 2 +-
 .github/workflows/maven.yml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/data-source-check.yml 
b/.github/workflows/data-source-check.yml
index 78196792..c72e30be 100644
--- a/.github/workflows/data-source-check.yml
+++ b/.github/workflows/data-source-check.yml
@@ -38,7 +38,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-datacheck-
     - name: Set up JDK
-      uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
+      uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
       with:
         distribution: 'temurin'
         java-version: 8
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 60017bad..d1c4c9c2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,7 +49,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
+      uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to