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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 309a0999999 Upgrade gradle wrapper-validation action on branch_9x
309a0999999 is described below

commit 309a09999995a8b32dda2435d7e40a0b180792e8
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Aug 29 15:01:24 2025 +0200

    Upgrade gradle wrapper-validation action on branch_9x
    
    Signed-off-by: Jan Høydahl <[email protected]>
---
 .github/workflows/gradle-precommit.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/gradle-precommit.yml 
b/.github/workflows/gradle-precommit.yml
index a4810025231..a714eb005ee 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -44,4 +44,5 @@ jobs:
     - name: Run gradle check (without tests)
       run: ./gradlew check -x test -Ptask.times=true
 
-    - uses: gradle/wrapper-validation-action@v1
+    - name: Validate Gradle wrapper
+      uses: gradle/actions/wrapper-validation@v4

Reply via email to