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/02 03:06:04 UTC

[commons-validator] branch master updated: Bump actions/setup-java from 3.6.0 to 3.7.0 #126

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


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

commit 1e63bfbb5c57f84a6301fd7ef32d67e5c15c217d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 1 22:06:00 2022 -0500

    Bump actions/setup-java from 3.6.0 to 3.7.0 #126
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d8e23279..29b99f39 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3.6.0
+      uses: actions/setup-java@v3.7.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a485ea36..1163c753 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.6.0
+      uses: actions/setup-java@v3.7.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}