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

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 07f107cf870 Update actions/setup-java action to v5 (#3606)
07f107cf870 is described below

commit 07f107cf870e84a31b3d1a3a060fca3d7bd51c3e
Author: Solr Bot <[email protected]>
AuthorDate: Wed Sep 3 00:15:12 2025 +0200

    Update actions/setup-java action to v5 (#3606)
---
 .github/workflows/dependency-graph-submission.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dependency-graph-submission.yml 
b/.github/workflows/dependency-graph-submission.yml
index f95eaa58582..8f827f5de8a 100644
--- a/.github/workflows/dependency-graph-submission.yml
+++ b/.github/workflows/dependency-graph-submission.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
 
-      - uses: actions/setup-java@v4
+      - uses: actions/setup-java@v5
         with:
           distribution: temurin
           java-version: 21

Reply via email to