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


The following commit(s) were added to refs/heads/master by this push:
     new 2faa4df5 Bump actions/setup-java from 4.6.0 to 4.7.0 (#315)
2faa4df5 is described below

commit 2faa4df5fc7256a9bafd88385fb92505247ab0c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 1 01:05:15 2025 +0000

    Bump actions/setup-java from 4.6.0 to 4.7.0 (#315)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
4.6.0 to 4.7.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/7a6d8a8234af8eb26422e24e3006232cccaa061b...3a4f6e1af504cf6a31855fa899c6aa5355ba6c12)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 540bae05..ce00c9cc 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@7a6d8a8234af8eb26422e24e3006232cccaa061b # 
v4.6.0
+      uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 
v4.7.0
       with:
         distribution: 'temurin'
         java-version: 8
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3571cc9e..23e784cd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # 
v4.6.0
+      uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 
v4.7.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to