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

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


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

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

    Bump actions/setup-java from 5.2.0 to 5.3.0 (#12281)
    
    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 14bc32d36c..43295872de 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