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 5615546602b Update gradle/actions action to v5 (#4002)
5615546602b is described below
commit 5615546602b56d59a92f6bcc53e0146cde845a48
Author: Solr Bot <[email protected]>
AuthorDate: Sat Jan 3 00:02:03 2026 +0100
Update gradle/actions action to v5 (#4002)
---
.github/workflows/docker-nightly.yml | 2 +-
changelog/unreleased/PR#4002-update-gradle-actions-action.yml | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docker-nightly.yml
b/.github/workflows/docker-nightly.yml
index 6caaf796c48..8e61a8964ff 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -114,7 +114,7 @@ jobs:
key: gradle-wrapper-${{
hashFiles('gradle/wrapper/gradle-wrapper.jar.sha256') }}
- name: Set up Gradle
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
with:
develocity-token-expiry: 8
diff --git a/changelog/unreleased/PR#4002-update-gradle-actions-action.yml
b/changelog/unreleased/PR#4002-update-gradle-actions-action.yml
new file mode 100644
index 00000000000..1feb3a1abf7
--- /dev/null
+++ b/changelog/unreleased/PR#4002-update-gradle-actions-action.yml
@@ -0,0 +1,7 @@
+title: Update gradle/actions action to v5
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4002
+ url: https://github.com/apache/solr/pull/4002