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 729f34383ff Update actions/cache action to v5 (#4000)
729f34383ff is described below

commit 729f34383ff9ee9840c13aa9e1dbd7680d8e1a93
Author: Solr Bot <[email protected]>
AuthorDate: Sat Jan 3 00:01:25 2026 +0100

    Update actions/cache action to v5 (#4000)
---
 .github/workflows/docker-nightly.yml                         | 2 +-
 changelog/unreleased/PR#4000-update-actions-cache-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 df02890f0d0..6caaf796c48 100644
--- a/.github/workflows/docker-nightly.yml
+++ b/.github/workflows/docker-nightly.yml
@@ -108,7 +108,7 @@ jobs:
           java-package: jdk
 
       - name: Cache gradle-wrapper.jar
-        uses: actions/cache@v4
+        uses: actions/cache@v5
         with:
           path: gradle/wrapper/gradle-wrapper.jar
           key: gradle-wrapper-${{ 
hashFiles('gradle/wrapper/gradle-wrapper.jar.sha256') }}
diff --git a/changelog/unreleased/PR#4000-update-actions-cache-action.yml 
b/changelog/unreleased/PR#4000-update-actions-cache-action.yml
new file mode 100644
index 00000000000..7b315825778
--- /dev/null
+++ b/changelog/unreleased/PR#4000-update-actions-cache-action.yml
@@ -0,0 +1,7 @@
+title: Update actions/cache action to v5
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4000
+  url: https://github.com/apache/solr/pull/4000

Reply via email to