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

gnodet pushed a commit to branch maven-3.10.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.10.x by this push:
     new 9c731f5661 Bump actions/setup-java from 5.2.0 to 5.3.0 (#12283)
9c731f5661 is described below

commit 9c731f5661ee978aac12386956c06b42084fb3b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 08:33:31 2026 +0200

    Bump actions/setup-java from 5.2.0 to 5.3.0 (#12283)
    
    Bumps actions/setup-java from 5.2.0 to 5.3.0.
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 908e704622..e774948914 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
         with:
           persist-credentials: false
 
-      - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+      - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
         with:
           java-version: 21
           distribution: 'zulu'
@@ -131,7 +131,7 @@ jobs:
           path: built-maven/
 
       - name: Set up JDK
-        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+        uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # 
v5.3.0
         with:
           java-version: ${{ matrix.java }}
           distribution: 'zulu'

Reply via email to