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


The following commit(s) were added to refs/heads/master by this push:
     new 83f2c16ae Bump actions/setup-java from 5.0.0 to 5.1.0
83f2c16ae is described below

commit 83f2c16ae2389bdc31d66da2e1b1def858760e78
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 4 07:41:53 2025 -0500

    Bump actions/setup-java from 5.0.0 to 5.1.0
---
 .github/workflows/coverage.yml     | 2 +-
 .github/workflows/maven.yml        | 2 +-
 .github/workflows/maven_legacy.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8a84e73e1..e933c114e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -44,7 +44,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3917b0449..71a17e88f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven_legacy.yml 
b/.github/workflows/maven_legacy.yml
index aa666d141..6cc607862 100644
--- a/.github/workflows/maven_legacy.yml
+++ b/.github/workflows/maven_legacy.yml
@@ -42,7 +42,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
+      uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 
v5.1.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}

Reply via email to